difftreelog
escaping branch name
in: master
2 files changed
.github/workflows/ci-develop.ymldiffbeforeafterboth223on:3on:4 pull_request:4 pull_request:5 branches: [ develop ]5 branches: [ 'develop' ]6 types: [ opened, reopened, synchronize, ready_for_review ]6 types: [ opened, reopened, synchronize, ready_for_review ]778concurrency:8concurrency:.github/workflows/ci-master.ymldiffbeforeafterboth--- a/.github/workflows/ci-master.yml
+++ b/.github/workflows/ci-master.yml
@@ -2,7 +2,7 @@
on:
pull_request:
- branches: [ master ]
+ branches: [ 'master' ]
types: [ opened, reopened, synchronize, ready_for_review ]
concurrency: