Skip to content

Commit 94e4ffe

Browse files
committed
only run ci on push to master
1 parent fd99dc8 commit 94e4ffe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

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

33
on:
44
push:
5+
branches:
6+
- master
57
pull_request:
68
branches:
79
- master

0 commit comments

Comments
 (0)