Skip to content

Commit f12173e

Browse files
authored
Add 0.3 branch to pull request workflow (#759)
1 parent d5e8fe6 commit f12173e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tester.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- "master"
77
- "dev"
8+
- "0.3"
89

910
jobs:
1011
unittests: #################################################################
@@ -75,4 +76,4 @@ jobs:
7576
threshold: 80.123
7677
fail: true
7778
publish: true
78-
coverage-summary-title: "Code Coverage Summary"
79+
coverage-summary-title: "Code Coverage Summary"

0 commit comments

Comments
 (0)