We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2e5143 commit b1273d8Copy full SHA for b1273d8
.github/workflows/tester.yml
@@ -5,6 +5,7 @@ on:
5
branches:
6
- "master"
7
- "dev"
8
+ - "0.3"
9
10
jobs:
11
unittests: #################################################################
@@ -75,4 +76,4 @@ jobs:
75
76
threshold: 80.123
77
fail: true
78
publish: true
- coverage-summary-title: "Code Coverage Summary"
79
+ coverage-summary-title: "Code Coverage Summary"
0 commit comments