Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
Use strict regex for release CIs
Browse files Browse the repository at this point in the history
  • Loading branch information
p1gp1g committed Nov 16, 2023
1 parent 403cce9 commit 502fc6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Pre-release
on:
push:
tags:
- 'v*'
- 'v[0-9]+.[0-9]+.[0-9]+-[0-9]+.pre[0-9]+.up[0-9]+'

env:
HAVE_TEST_KEYSTORE: ${{ secrets.TEST_KEYSTORE != '' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
tags:
- 'v*'
- 'v[0-9]+.[0-9]+.[0-9]+-[0-9]+.up[0-9]+'

env:
HAVE_RELEASE_KEYSTORE: ${{ secrets.RELEASE_KEYSTORE != '' }}
Expand Down

0 comments on commit 502fc6f

Please sign in to comment.