forked from extern/nushell
ci(github): renew trigger definition
There is an update in workflow syntax docs https://help.github.com/en/articles/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet
This commit is contained in:
parent
8a6a688131
commit
8bd035f51d
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
@ -2,7 +2,7 @@ name: Publish consumable Docker images
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags: ['*.*.*']
|
tags: ['v?[0-9]+.[0-9]+.[0-9]+*']
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
compile:
|
compile:
|
||||||
|
Loading…
Reference in New Issue
Block a user