Skip to content

Commit cf4dfde

Browse files
committed
ci: stop running build twice on PRs from in-repo branches
Scope the `push` trigger to `master` only. Previously both `push` and `pull_request` fired for every push to a feature branch with an open PR, duplicating each Quartus build.
1 parent cc7e30b commit cf4dfde

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci_build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: CI Build
33
on:
44
pull_request:
55
push:
6+
branches: [master]
67
workflow_dispatch:
78

89
permissions:

0 commit comments

Comments
 (0)