Skip to content

Commit 529cf4f

Browse files
authored
ci: remove redundant push trigger for main branch (#7)
Branch protections ensure commits to main can only be added via PR (with bypass rules for release pipeline). Running CI on both the PR and again after merge is redundant.
1 parent 349521f commit 529cf4f

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ name: CI
22

33
on:
44
pull_request:
5-
push:
6-
branches:
7-
- main
85

96
concurrency:
107
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)