git.delta.rocks / unique-network / refs/commits / d2b5cc3bc7de

difftreelog

change format of trigger definition

Alexander Aksenov2022-09-02parent: #5111671.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,13 +2,8 @@
 
 on:
   pull_request:
-    branches:
-      - develop
-    types:
-      - opened
-      - reopened
-      - synchronize   #commit(s) pushed to the pull request
-      - ready_for_review
+    branches: [ develop ]
+    types: [ opened, reopened, synchronize, ready_for_review ]
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.head_ref }}
modified.github/workflows/ci-master.ymldiffbeforeafterboth
22
3on:3on:
4 pull_request:4 pull_request:
5 branches:5 branches: [ master ]
6 - master
7 types:6 types: [ opened, reopened, synchronize, ready_for_review ]
8 - opened
9 - reopened
10 - synchronize #commit(s) pushed to the pull request
11 - ready_for_review
127
13concurrency:8concurrency:
14 group: ${{ github.workflow }}-${{ github.head_ref }}9 group: ${{ github.workflow }}-${{ github.head_ref }}