Skip to content

Commit 9b15373

Browse files
authored
Update test-and-cover.yml
1 parent 9865dc7 commit 9b15373

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test-and-cover.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ on:
2020
- main
2121
- 'develop**'
2222
- 'release/**'
23+
push:
24+
branches:
25+
- main
26+
- 'develop**'
2327

2428
jobs:
2529
test:
@@ -94,4 +98,4 @@ jobs:
9498
uses: EnricoMi/[email protected]
9599
if: always()
96100
with:
97-
trx_files: "${{ github.workspace }}/**/*.trx"
101+
trx_files: "${{ github.workspace }}/**/*.trx"

0 commit comments

Comments
 (0)