We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a00026 commit dba6046Copy full SHA for dba6046
.github/workflows/main.yml
@@ -6,9 +6,9 @@ name: CI
6
# events but only for the master branch
7
on:
8
push:
9
- branches: [ master ]
+ branches: [ master, version_4 ]
10
pull_request:
11
12
13
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
14
jobs:
0 commit comments