mirror of
https://github.com/danbulant/nushell
synced 2026-05-27 05:52:14 +00:00
Update config.yml
This commit is contained in:
parent
728852c750
commit
4828a7cd29
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ workflows:
|
||||||
branches:
|
branches:
|
||||||
ignore: /.*/
|
ignore: /.*/
|
||||||
tags:
|
tags:
|
||||||
only: /^v.*/
|
only: /^\d+\.\d+\.\d+$/
|
||||||
before_build:
|
before_build:
|
||||||
- run: docker pull quay.io/nushell/nu:latest
|
- run: docker pull quay.io/nushell/nu:latest
|
||||||
- run: docker pull quay.io/nushell/nu-base:latest
|
- run: docker pull quay.io/nushell/nu-base:latest
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue