Skip to content

Commit 72adb42

Browse files
committed
ci: add certain branch requirements for CI to run
1 parent 4c59510 commit 72adb42

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1-
name: Build/test
1+
name: CI
2+
23
on:
3-
pull_request:
44
push:
5+
branches:
6+
- master
7+
pull_request:
8+
branches:
9+
- "**"
510

611
jobs:
712
test:

0 commit comments

Comments
 (0)