Skip to content

Commit f69e0fd

Browse files
authored
Make test-with-coverage.yml workflow run in push events to master branch (#511)
1 parent 6f0760f commit f69e0fd

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/test-with-coverage.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ name: test-with-coverage
22
on:
33
pull_request:
44
branches: [ master ]
5+
push:
6+
branches:
7+
- master
8+
tags-ignore:
9+
- '*.*'
510

611
jobs:
712
test:

0 commit comments

Comments
 (0)