fix: dynamic branch name in ci boilerplate
This commit is contained in:
parent
1ffc6fad84
commit
0fb1a7264b
1 changed files with 2 additions and 2 deletions
|
|
@ -624,11 +624,11 @@ name: CI
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
- {branch_name}
|
||||
pull_request:
|
||||
|
||||
concurrency:
|
||||
group: develop-{app_name}-${{{{ github.event.number }}}}
|
||||
group: {branch_name}-{app_name}-${{{{ github.event.number }}}}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue