Skip to content

Commit

Permalink
Refine pattern for github action tag trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
gberche-orange committed Jan 2, 2024
1 parent bcf8092 commit 4c1b4da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/on-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ 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]+'
# v1.24.17+k3s1
- 'v[0-9]+.[0-9]+.[0-9]+.*'

jobs:
build:
Expand Down

0 comments on commit 4c1b4da

Please sign in to comment.