Skip to content

Commit 97975d1

Browse files
committed
changed the job running preference to main push only
1 parent ceb869d commit 97975d1

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci.yml

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

33
on:
44
push:
5-
branches: ["*"]
5+
branches:
6+
- main
67
pull_request:
7-
branches: ["*"]
8+
branches:
9+
- main
810

911
jobs:
1012
test:

0 commit comments

Comments
 (0)