Skip to content

Commit 5898360

Browse files
committed
refactor ci.yml to not run on both push and pull request into main. Rule is set to prevent direct push to main.
1 parent 16c327d commit 5898360

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/ci.yml

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

33
on:
4-
push:
5-
branches: [ "main" ]
64
pull_request:
75
branches: [ "main" ]
86

0 commit comments

Comments
 (0)