Skip to content

Commit dba6046

Browse files
authored
Added version_4 branch to codecov
1 parent 4a00026 commit dba6046

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ name: CI
66
# events but only for the master branch
77
on:
88
push:
9-
branches: [ master ]
9+
branches: [ master, version_4 ]
1010
pull_request:
11-
branches: [ master ]
11+
branches: [ master, version_4 ]
1212

1313
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1414
jobs:

0 commit comments

Comments
 (0)