Skip to content

Commit 39ae1dc

Browse files
committed
Limit CI on branches to master
1 parent b86ca3f commit 39ae1dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: dzil build and test
44
on:
55
push:
66
branches:
7-
- "*"
7+
- "master"
88
pull_request:
99
branches:
1010
- "*"

0 commit comments

Comments
 (0)