Skip to content

Commit 592aa9b

Browse files
authored
chore(ci): only run on push to master
1 parent a3eb393 commit 592aa9b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: CI
22
on:
3-
- push
4-
- pull_request
3+
pull_request:
4+
push:
5+
branches:
6+
- master
57

68
jobs:
79
Test:

0 commit comments

Comments
 (0)