Add missing trigger wildcards for some CI workflows (#5812)

This commit is contained in:
Chevdor
2022-07-25 16:42:47 +02:00
committed by GitHub
parent b1f8445d62
commit 7b02a55a11
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -2,7 +2,8 @@ name: Release - Branch check
on:
push:
branches:
- release-v[0-9]+.[0-9]+.[0-9]+
# Catches v1.2.3 and v1.2.3-rc1
- release-v[0-9]+.[0-9]+.[0-9]+*
workflow_dispatch:
+2 -1
View File
@@ -2,7 +2,8 @@ name: Release - RC automation
on:
push:
branches:
- release-v[0-9]+.[0-9]+.[0-9]+
# Catches v1.2.3 and v1.2.3-rc1
- release-v[0-9]+.[0-9]+.[0-9]+*
jobs:
tag_rc:
runs-on: ubuntu-latest