Skip to content

Commit

Permalink
chore: add alpha pattern to release generation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aabouzaid committed May 14, 2024
1 parent 473fb25 commit c99d49f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release-generation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
tags:
# Example: 8.4-gen1
- 8\.\d+\-gen\d+
# Example: 8.6.0-alpha1
- 8\.\d+\-alpha\d+

jobs:
release_script:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
tags:
# Example: 8.4-gen1
# Example: 8.4.1
- 8\.\d+\.\d+
jobs:
release_script:
Expand Down

0 comments on commit c99d49f

Please sign in to comment.