Skip to content

Commit

Permalink
wip: fixup tag trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
joodie committed Oct 25, 2023
1 parent f675c45 commit cad1bbf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Build artifacts
on:
push:
tags: v[0-9]+.[0-9]+.[0-9]+.*
tags:
- v[0-9]+.[0-9]+.[0-9]+
- v[0-9]+.[0-9]+.[0-9]+-SNAPSHOT

jobs:
build_artifacts:
Expand Down

0 comments on commit cad1bbf

Please sign in to comment.