Skip to content

Commit 81c5e2a

Browse files
fix: update the codecov and tests to run on the main branch on push as well
1 parent ec26369 commit 81c5e2a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/tests.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
name: Main Branch PR Tests
22

33
on:
4-
pull_request:
4+
push:
55
branches:
66
- main
7-
types:
8-
- opened
9-
- synchronize
7+
- "release/*"
8+
pull_request:
109

1110
permissions: read-all
1211

0 commit comments

Comments
 (0)