ci: add push trigger for feature branches

This commit is contained in:
root 2026-03-29 08:21:35 +00:00
parent 3c79007a82
commit c9305b2b01

View File

@ -1,11 +1,10 @@
name: PR Checks name: PR Checks
env:
GITEA_TOKEN: ${{ secrets.CI_TOKEN }}
on: on:
pull_request: pull_request:
branches: [main] branches: [main]
push:
branches: [main, 'improve-*', 'ci-*', 'feature-*']
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}