Skip to content

Commit

Permalink
Fix tag regex to trigger job
Browse files Browse the repository at this point in the history
  • Loading branch information
albertogeniola committed Nov 3, 2023
1 parent 70982e8 commit d6b4a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builder-rc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
on:
push:
tags:
- "*.-rc*"
- "*.*.*-rc*"

jobs:
build:
Expand Down

0 comments on commit d6b4a26

Please sign in to comment.