Skip to content

Commit 51b93cb

Browse files
committed
Update tags on which GitHub Actions react to
1 parent 0f44880 commit 51b93cb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: .github/workflows/release-milestone.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Release Milestone
22
on:
33
push:
44
tags:
5-
- v3.4.0-M[0-9]
6-
- v3.4.0-RC[0-9]
5+
- v3.5.0-M[0-9]
6+
- v3.5.0-RC[0-9]
77
concurrency:
88
group: ${{ github.workflow }}-${{ github.ref }}
99
jobs:

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release
22
on:
33
push:
44
tags:
5-
- v3.4.[0-9]+
5+
- v3.5.[0-9]+
66
concurrency:
77
group: ${{ github.workflow }}-${{ github.ref }}
88
jobs:

0 commit comments

Comments
 (0)