scope when jobs run
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
David 2024-07-08 19:24:41 -04:00
parent dc9c4c0ca7
commit 92cea97430

View File

@ -12,8 +12,9 @@ steps:
- apk add curl
- docker build .
when:
- event: push
branch:
exclude: ["master", "main"]
exclude: ["main"]
volumes:
- /var/run/docker.sock:/var/run/docker.sock
@ -28,7 +29,8 @@ steps:
- 'curl http://100.113.98.36:4000/api/update -H "Authorization: Bearer $COMPOSE_TOKEN"'
secrets: [docker_username, docker_password, compose_token]
when:
- event: push
branch:
include: ["master", "main"]
include: ["main"]
volumes:
- /var/run/docker.sock:/var/run/docker.sock