difftreelog
change format of trigger definition
in: master
2 files changed
.github/workflows/ci-develop.ymldiffbeforeafterboth223on:3on:4 pull_request:4 pull_request:5 branches:5 branches: [ develop ]6 - develop7 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 }}.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 }}