Skip to content

Commit af3b161

Browse files
committed
ci: run CI only on PR or push on master
1 parent a811df7 commit af3b161

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: 'CI'
22
on:
3-
push: {}
3+
push:
4+
branches:
5+
- master
46
pull_request: {}
57

68
jobs:

0 commit comments

Comments
 (0)