Update tags on which GitHub Actions react to
This commit is contained in:
parent
0f4488065c
commit
51b93cb3e3
4
.github/workflows/release-milestone.yml
vendored
4
.github/workflows/release-milestone.yml
vendored
@ -2,8 +2,8 @@ name: Release Milestone
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- v3.4.0-M[0-9]
|
- v3.5.0-M[0-9]
|
||||||
- v3.4.0-RC[0-9]
|
- v3.5.0-RC[0-9]
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
jobs:
|
jobs:
|
||||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -2,7 +2,7 @@ name: Release
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- v3.4.[0-9]+
|
- v3.5.[0-9]+
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user