Update tags on which GitHub Actions react to

This commit is contained in:
Moritz Halbritter 2025-01-23 16:23:02 +01:00
parent 0f4488065c
commit 51b93cb3e3
2 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -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: