Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdesmet authored Jan 22, 2024
1 parent 6173b18 commit 6287426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
# Avoid using all the resources/limits available by checking only
# relevant branches and tags. Other branches can be checked via PRs.
branches: [main]
tags: ['v[0-9]*', '[0-9]+.[0-9]+*'] # Match tags that resemble a version
tags: ['v(([0-9a-z])+(\.|-)?)+'] # Match tags that resemble a version
workflow_dispatch: # Allow manually triggering the workflow

permissions:
Expand Down

0 comments on commit 6287426

Please sign in to comment.