Skip to content

Commit

Permalink
Fix GitHub action tag filter
Browse files Browse the repository at this point in the history
  • Loading branch information
André Gasser committed May 18, 2024
1 parent 27f489c commit 60b10f9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ on:
tags:
# Run on any release tag formatted like v2.0.0
# Do not run on snapshot tags formatted like v2.0.0-20240518.225913
- 'v*.*.*'
- '!v*.*.*-**'
- v[2-9].[0-9]+.[0-9]+
workflow_dispatch:
# Allows the GitHub action to be executed manually (we do this for snapshot builds by running this
# action on the master branch.
Expand Down

0 comments on commit 60b10f9

Please sign in to comment.