From a655911b7ee40f564a4d8897ab1d4d0f0733b96c Mon Sep 17 00:00:00 2001 From: Andrew Woodlee Date: Mon, 13 May 2024 20:32:40 -0500 Subject: [PATCH] update CI config --- .woodpecker/deploy.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.woodpecker/deploy.yml b/.woodpecker/deploy.yml index 3155caf..9ef4706 100644 --- a/.woodpecker/deploy.yml +++ b/.woodpecker/deploy.yml @@ -21,4 +21,7 @@ steps: secrets: [ ssh_host_key, ssh_deploy_key, ssh_passphrase ] -branches: master \ No newline at end of file +when: + - event: push + branch: master +