Skip to content

Commit

Permalink
No-op to have associated tag trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
gberche-orange committed Jan 2, 2024
1 parent 58270b7 commit f9b8572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- '[0-9]+.[0-9]+' # tag format currently used by k3s-bosh-release: e.g. 124.12
- '[0-9]+.[0-9]+.[0-9]+'
- '[0-9]+.[0-9]+.[0-9]+-rc[0-9]+'
# Should match:
# Should match the following release:
# v1.24.17+k3s1
# See doc at https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet
- 'v[0-9]+.[0-9]+.[0-9]+*'
Expand Down

0 comments on commit f9b8572

Please sign in to comment.