Skip to content

Commit

Permalink
Allow beta and rc pre-releases
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig committed Aug 9, 2024
1 parent 97aaae6 commit fee9b36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Pre-release
on:
push:
tags:
- "v*-alpha.*"
- "v*-(alpha|beta|rc).*"

jobs:
release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
tags:
- "v*"
- "!v*-alpha.*"
- "!v*-(alpha|beta|rc).*"

jobs:
release:
Expand Down

0 comments on commit fee9b36

Please sign in to comment.