ci: only run deploy on main
Some checks failed
ci/woodpecker/push/build Pipeline failed
ci/woodpecker/push/deploy Pipeline failed
ci/woodpecker/push/lint Pipeline failed

This commit is contained in:
Jef Roosens 2023-05-01 09:13:15 +02:00
parent a50dec0893
commit 01fd7df188
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
2 changed files with 4 additions and 0 deletions

View file

@ -1,4 +1,6 @@
platform: 'linux/amd64'
branch:
exclude: [main]
pipeline:
build:

View file

@ -1,4 +1,6 @@
platform: 'linux/amd64'
branch:
exclude: [main]
pipeline:
lint: