Skip to content

Commit f6620b6

Browse files
committed
feat: run push event on master branch only
1 parent 7d27f93 commit f6620b6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yaml

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

33
on:
4-
- pull_request
5-
- push
4+
pull_request:
5+
push:
6+
branches:
7+
- master
68

79
env:
810
CI: true

0 commit comments

Comments
 (0)