ci: trigger on push to all branches and all PRs
Some checks failed
PR Checks / test (push) Failing after 25s
PR Checks / security (push) Failing after 9s

This commit is contained in:
root 2026-03-29 08:43:24 +00:00
parent d5dc677789
commit 26926c60da

View File

@ -1,8 +1,10 @@
name: PR Checks name: PR Checks
on: on:
push:
branches: ['**']
pull_request: pull_request:
branches: [main] branches: ['**']
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}