diff --git a/.woodpecker/ociImagePush.yml b/.woodpecker/ociImagePush.yml index 1c51895..71aed66 100644 --- a/.woodpecker/ociImagePush.yml +++ b/.woodpecker/ociImagePush.yml @@ -11,4 +11,5 @@ pipeline: password: from_secret: docker_password -branches: main \ No newline at end of file +when: + branch: [main] \ No newline at end of file