Skip to content

Commit 38fa777

Browse files
authored
Remove push trigger to avoid duplicate CI runs (#300)
Having both push and pull_request triggers causes duplicate CI runs for upstream branch PRs. The pull_request trigger alone covers both fork and upstream PRs.
1 parent c256708 commit 38fa777

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/branches.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
name: CI
22
on:
3-
push:
4-
branches-ignore: ['main']
53
pull_request:
64
branches: ['main']
75

0 commit comments

Comments
 (0)