Skip to content

Commit 80aa5de

Browse files
authored
chore: Run 'test' workflow on pushes to 'main' (#67)
2 parents 6cdb8ec + 0b91091 commit 80aa5de

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
CODECOV_TOKEN:
77
required: true
88
pull_request:
9+
push:
10+
branches:
11+
- main
912

1013
permissions:
1114
contents: read

0 commit comments

Comments
 (0)