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