Skip to content

Commit

Permalink
Update tags on which GitHub Actions react to
Browse files Browse the repository at this point in the history
  • Loading branch information
mhalbritter committed Jan 23, 2025
1 parent 0f44880 commit 51b93cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-milestone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release
on:
push:
tags:
- v3.4.[0-9]+
- v3.5.[0-9]+
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
jobs:
Expand Down

0 comments on commit 51b93cb

Please sign in to comment.