Skip to content

Commit 20bc316

Browse files
committed
run coverage only when pushing to main
1 parent 3bd5800 commit 20bc316

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: Thingpress Unit Test Code Coverage
22
run-name: ${{ github.actor }} invoking coverage
3-
on: [push]
3+
4+
on:
5+
push:
6+
branches:
7+
- main
8+
49
jobs:
510
CoverageAndLinting:
611
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)