Skip to content

Commit

Permalink
Automatically trigger the "release" Github action by tags matching th…
Browse files Browse the repository at this point in the history
…e vX.Y.Z-preQ pattern
  • Loading branch information
kispaljr committed Nov 6, 2024
1 parent 7ef9ce3 commit 6f758c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]"
- "v[0-9]+.[0-9]+.[0-9]-pre[0-9]+"

jobs:
build:
Expand Down

0 comments on commit 6f758c8

Please sign in to comment.