mirror of
https://github.com/nushell/nushell
synced 2024-12-26 04:53:09 +00:00
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
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
|
@ -2,7 +2,7 @@ name: Publish consumable Docker images
|
|||
|
||||
on:
|
||||
push:
|
||||
tags: ['*.*.*']
|
||||
tags: ['v?[0-9]+.[0-9]+.[0-9]+*']
|
||||
|
||||
jobs:
|
||||
compile:
|
||||
|
|
Loading…
Reference in a new issue