Skip to content

Commit 5a2dc0f

Browse files
authored
only run tests on push to main (#457)
1 parent b2c2859 commit 5a2dc0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Test and publish
33
on:
44
push:
55
branches:
6-
- "**"
6+
- "main"
77
paths-ignore:
88
- "**/*.md"
99
pull_request:

0 commit comments

Comments
 (0)