Skip to content

Commit 2b45f25

Browse files
authored
Disable push event trigger for CI workflow
Remove trigger on main, our main is protected so comes only by PR
1 parent 38e2c01 commit 2b45f25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ concurrency:
55
cancel-in-progress: true
66

77
on:
8-
push: { branches: [ "main" ] }
8+
#push: { branches: [ "main" ] }
99
pull_request: { branches: [ "main" ] }
1010

1111
jobs:

0 commit comments

Comments
 (0)