pull/1/head
gapodo 2022-10-30 21:45:18 +01:00
parent 1fdf693f9f
commit 82cf2e8596
1 changed files with 8 additions and 6 deletions

View File

@ -1,5 +1,7 @@
clone:
git:
image: plugins/git
pipeline:
sonar-tests:
@ -26,9 +28,9 @@ pipeline:
from_secret: gitea_token
when:
branch: [main, test, dev, release/*]
path:
exclude: ["*.md", "docs/**"]
ignore_message: "[FORCE CI]"
# path:
# exclude: ["*.md", "docs/**"]
# ignore_message: "[FORCE CI]"
publish-docker-tag-image:
image: woodpeckerci/plugin-docker-buildx
@ -44,6 +46,6 @@ pipeline:
from_secret: gitea_token
when:
tag: v*
path:
exclude: ["*.md", "docs/**"]
ignore_message: "[FORCE CI]"
# path:
# exclude: ["*.md", "docs/**"]
# ignore_message: "[FORCE CI]"