Skip to content

Commit

Permalink
DD-18: updated the regular expressions used to match tags in the GitH…
Browse files Browse the repository at this point in the history
…ub workflow
  • Loading branch information
slr71 committed Feb 29, 2024
1 parent 0a509cf commit c118874
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/skaffold-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: skaffold-build
on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+(-rc[0-9]+)?"
- "v[0-9]+.[0-9]+.[0-9]+?"
- "v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+"

jobs:
call-workflow-passing-data:
Expand Down

0 comments on commit c118874

Please sign in to comment.