Skip to content

Commit

Permalink
Run release on tags like v*-rc*
Browse files Browse the repository at this point in the history
  • Loading branch information
MeenaAlfons committed Nov 29, 2023
1 parent 5f5f367 commit 37f784c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ on:
push:
branches: [ master ]
tags:
# Pushing a tag that starts with v and ends with rc will trigger a release
- v*rc
# Pushing a tag that starts with v and has -rc in the middle will trigger a release
- v*-rc*

jobs:
check-release-tag:
Expand Down

0 comments on commit 37f784c

Please sign in to comment.