Skip to content

Commit 657ba9a

Browse files
committed
Only test on-push for master and a specific branch name
This avoids testing twice when pushing to the main repository, once for the push, and another for a PR.
1 parent fa08e09 commit 657ba9a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: test
33
on:
44
push:
55
branches:
6-
- "*"
6+
- master
7+
- "test-me-*"
78

89
pull_request:
910
branches:

0 commit comments

Comments
 (0)