Skip to content

Commit

Permalink
chore: trigger generate release notes on non-patch version only (#1014)
Browse files Browse the repository at this point in the history
  • Loading branch information
ijovovic authored Feb 7, 2025
1 parent b18e776 commit 2556e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release-notes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Generate Release Notes
on:
push:
tags:
- "*" # Triggers on any tag creation
- "*.*.0" # Triggers on non-patch tag creation

jobs:
generate-release-notes:
Expand Down

0 comments on commit 2556e71

Please sign in to comment.