Skip to content

Commit

Permalink
fix pattern to trigger release notes workflow (#781)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThorbenLindhauer authored Aug 12, 2024
1 parent 339c5fa commit a03e0ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-generation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ on:
push:
tags:
# Example: 8.4-gen1
- 8\.\d+\-gen\d+
- 8\.\d+\+gen\d+
# Example: 8.6.0-alpha1
- 8\.\d+\-alpha\d+
- 8\.\d+\.\d+

jobs:
release_script:
Expand Down

0 comments on commit a03e0ff

Please sign in to comment.