Skip to content

Commit 558ecfb

Browse files
authored
Add branch filter for master in CI workflow
1 parent adca4dd commit 558ecfb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
on:
22
push:
3+
branches:
4+
- master
35
pull_request:
46
jobs:
57
test:

0 commit comments

Comments
 (0)