There was an error while loading. Please reload this page.
1 parent b9c30a4 commit 438c3b7Copy full SHA for 438c3b7
1 file changed
.github/workflows/test.yml
@@ -2,12 +2,16 @@ name: CI
2
3
on:
4
push:
5
- branches: [ "main" ]
+ branches:
6
+ - main
7
+ - release-1.[0-9]+
8
pull_request:
9
10
11
12
13
concurrency:
- group: ${{ github.workflow }}-${{ github.event.number }}
14
+ group: ${{ github.workflow }}-${{ github.ref }}
15
cancel-in-progress: true
16
17
jobs:
0 commit comments