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 6287426 commit 03d9ba4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ 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-9a-z])+(\.|-)?)+'] # Match tags that resemble a version
workflow_dispatch: # Allow manually triggering the workflow
tags: ['v[0-9]*'] # Match tags that resemble a version
workflow_dispatch: # Allow manually triggering the workflow

permissions:
contents: read
Expand Down

0 comments on commit 03d9ba4

Please sign in to comment.