Fix CI running twice per PR commit
All checks were successful
CI / test (pull_request) Successful in 14m6s

push and pull_request both fired for commits on a branch with an open
PR. Scope push to master only, matching sporah's workflow, so branch
commits trigger just the pull_request run.
This commit is contained in:
Austin Schaefer 2026-08-18 13:55:01 +02:00
parent 26e9624c23
commit 296ab860c7

View file

@ -2,6 +2,7 @@ name: CI
on: on:
push: push:
branches: [master]
pull_request: pull_request:
jobs: jobs: