Merge pull request #29386 from taosdata/refactor/wangxu/build-action
refactor: build trigger [skip ci]
This commit is contained in:
commit
f0a8588074
|
@ -6,11 +6,10 @@ 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:
|
||||||
|
|
Loading…
Reference in New Issue