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 cdd67bb commit 904678cCopy full SHA for 904678c
.github/workflows/build.yaml
@@ -2,7 +2,9 @@ name: Build
2
3
on:
4
push:
5
- branches: [main]
+ branches:
6
+ - main
7
+ - 'release/**'
8
tags:
9
- "v*"
10
.github/workflows/ci.yaml
@@ -2,11 +2,12 @@ name: CI
- branches: [ main ]
- 'v*'
pull_request:
11
12
concurrency:
13
group: ${{ github.workflow }}-${{ github.ref }}
0 commit comments