Skip to content

Commit f1c3995

Browse files
committed
ci: remove push trigger from CI workflow
- remove push trigger for main and dev branches - keep pull request trigger for main branch
1 parent ca951be commit f1c3995

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
name: CI
22
on:
3-
push:
4-
branches:
5-
- main
6-
- dev
73
pull_request:
84
branches:
95
- main

0 commit comments

Comments
 (0)