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 49417f1 commit 5e05c25Copy full SHA for 5e05c25
.github/workflows/build.yml
@@ -3,9 +3,11 @@ name: CI
3
push:
4
branches:
5
- master
6
+ - '*-maint'
7
pull_request:
8
9
10
11
jobs:
12
Build:
13
runs-on: ubuntu-20.04
.github/workflows/test.yml
@@ -2,9 +2,13 @@ name: Test
2
on:
- branches: [ master ]
+ branches:
+ - master
14
test:
0 commit comments