46 - Run CI once per push instead of twice
All checks were successful
CI / ci (pull_request) Successful in 30s
CI / build (pull_request) Successful in 1m1s

This commit is contained in:
myrmidex 2026-08-16 11:41:45 +02:00
parent e2407cd161
commit 35aa555a97

View file

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