fix: dynamic branch name in ci boilerplate

This commit is contained in:
Hussain Nagaria 2024-06-25 14:01:43 +05:30
parent 1ffc6fad84
commit 0fb1a7264b

View file

@ -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: