Skip to content

Commit

Permalink
fix tag filter
Browse files Browse the repository at this point in the history
  • Loading branch information
realgam3 committed Jan 6, 2024
1 parent 2e29b2e commit 0269011
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:
branches:
- '**'
tags:
- 'v[0-9]+.[0-9]+.*' # Trigger on tags like v1.0, 2.3, etc.
- 'v[0-9]+.[0-9]+' # Trigger on tags like v1.0, 2.3, etc.
- 'v[0-9]+.[0-9]+.*' # Trigger on tags like v1.0.0, 2.3.0, etc.

permissions:
contents: read
Expand Down

0 comments on commit 0269011

Please sign in to comment.