Skip to content

Commit a8c8845

Browse files
committed
CI: Update workflow to run on PRs and pushes
1 parent 8e27704 commit a8c8845

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Run tests and upload coverage
22

33
on:
4-
push
4+
push:
5+
pull_request:
56

67
jobs:
78
test:

0 commit comments

Comments
 (0)