refactor: build trigger [skip ci]
This commit is contained in:
parent
be52d5f5a4
commit
7c2c437a63
|
@ -6,12 +6,11 @@ on:
|
||||||
- 'main'
|
- 'main'
|
||||||
- '3.0'
|
- '3.0'
|
||||||
- '3.1'
|
- '3.1'
|
||||||
push:
|
|
||||||
branches:
|
concurrency:
|
||||||
- '3.0'
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
- '3.1'
|
cancel-in-progress: true
|
||||||
- 'main'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in New Issue