Skip to content

Commit 1d08f5a

Browse files
committed
Update release.yml and prerelease.yml
1 parent 4096171 commit 1d08f5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Build Software and create release on tag
55
on:
66
push:
77
tags:
8-
- "v[0-9]+.[0-9]+-rc$" # Trigger on rc version tag push
8+
- "v[0-9]+.[0-9]+-PRERELEASE" # Trigger on PRERELEASE version tag push
99

1010
env:
1111
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Build Software and create release on tag
55
on:
66
push:
77
tags:
8-
- "v[0-9]+.[0-9]+$" # Trigger on regular version tag push
8+
- "v[0-9]+.[0-9]+-RELEASE" # Trigger on RELEASE version tag push
99

1010

1111
env:

0 commit comments

Comments
 (0)