mirror of
https://github.com/bartvdbraak/keyweave.git
synced 2025-04-30 00:01:21 +00:00
feat: set up versioned tags as trigger
This commit is contained in:
parent
c4b3e2ab7d
commit
1be4d78d4e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -3,7 +3,7 @@ name: Deploy
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- "[0-9]+.[0-9]+.[0-9]+"
|
- "v[0-9]+.[0-9]+.[0-9]+"
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|
Loading…
Reference in a new issue