Skip to content

Commit 39e824e

Browse files
authored
Fix tests triggering on push in PRs (#10)
1 parent 1cae904 commit 39e824e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
push:
1111
paths-ignore:
1212
- 'README.md'
13+
branches:
14+
- main
1315
merge_group:
1416

1517
# Testing only needs permissions to read the repository contents.

0 commit comments

Comments
 (0)