Skip to content

Commit b16f35d

Browse files
committed
build only PRs or commits on master branch
1 parent 5853ab4 commit b16f35d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

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

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches: [ master ]
6+
pull_request:
47

58
jobs:
69
test:

0 commit comments

Comments
 (0)