Skip to content

Commit 848335f

Browse files
authored
Merge pull request #135 from carlpett/avoid-double-test-on-pr
Avoid running tests twice on PRs
2 parents 7a82582 + 8f8a5c5 commit 848335f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Tests
33
on:
44
pull_request:
55
push:
6+
branches:
7+
- master
68

79
env:
810
GO_VERSION: '1.21'

0 commit comments

Comments
 (0)