ci improvements
Some checks failed
ci/woodpecker/push/tools-wasm-pack-plugin Pipeline failed
ci/woodpecker/push/wasm-o-x-rust unknown status

This commit is contained in:
2022-08-06 22:11:33 +00:00
parent 7a482b6873
commit 38a6a1174a
2 changed files with 17 additions and 2 deletions

View File

@@ -1,4 +1,17 @@
pipeline:
build:
image: plugins/docker
settings:
dry_run: true
context: tools/wasm-pack-plugin
dockerfile: tools/wasm-pack-plugin/Dockerfile
when:
branch:
exclude: [master]
path:
include:
- tools/wasm-pack-plugin/*
- .woodpecker/tools-wasm-pack-plugin.yml
build and publish:
image: plugins/docker
settings:
@@ -12,6 +25,7 @@ pipeline:
context: tools/wasm-pack-plugin
dockerfile: tools/wasm-pack-plugin/Dockerfile
when:
branch: master
path:
include:
- tools/wasm-pack-plugin/*