difftreelog
change format of trigger definition
in: master
2 files changed
.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 }}
.github/workflows/ci-master.ymldiffbeforeafterboth223on:3on:4 pull_request:4 pull_request:5 branches:5 branches: [ master ]6 - master7 types:6 types: [ opened, reopened, synchronize, ready_for_review ]8 - opened9 - reopened10 - synchronize #commit(s) pushed to the pull request11 - ready_for_review12713concurrency:8concurrency:14 group: ${{ github.workflow }}-${{ github.head_ref }}9 group: ${{ github.workflow }}-${{ github.head_ref }}