46 - Restore push trigger
All checks were successful
CI / ci (push) Successful in 32s
CI / build (push) Successful in 1m2s
CI / ci (pull_request) Successful in 34s
CI / build (pull_request) Successful in 1m5s

This commit is contained in:
myrmidex 2026-08-16 11:46:45 +02:00
parent 35aa555a97
commit 1df0b76f10

View file

@ -1,8 +1,8 @@
name: CI
on:
# No push trigger: a push to a branch with an open PR matches both and runs
# everything twice. Pull request events cover pushes to the PR's branch.
push:
branches: ['release/*']
pull_request:
branches: [main, 'release/*']