git.delta.rocks / unique-network / refs/commits / 5ab2859c2d33

difftreelog

escaping branch name

Alexander Aksenov2022-09-02parent: #d2b5cc3.patch.diff
in: master

2 files changed

modified.github/workflows/ci-develop.ymldiffbeforeafterboth
--- a/.github/workflows/ci-develop.yml
+++ b/.github/workflows/ci-develop.yml
@@ -2,7 +2,7 @@
 
 on:
   pull_request:
-    branches: [ develop ]
+    branches: [ 'develop' ]
     types: [ opened, reopened, synchronize, ready_for_review ]
 
 concurrency:
modified.github/workflows/ci-master.ymldiffbeforeafterboth
22
3on:3on:
4 pull_request:4 pull_request:
5 branches: [ master ]5 branches: [ 'master' ]
6 types: [ opened, reopened, synchronize, ready_for_review ]6 types: [ opened, reopened, synchronize, ready_for_review ]
77
8concurrency:8concurrency: