ci: add push trigger for feature branches
This commit is contained in:
parent
3c79007a82
commit
c9305b2b01
@ -1,11 +1,10 @@
|
||||
name: PR Checks
|
||||
|
||||
env:
|
||||
GITEA_TOKEN: ${{ secrets.CI_TOKEN }}
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [main]
|
||||
push:
|
||||
branches: [main, 'improve-*', 'ci-*', 'feature-*']
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user