From 5eea7ab80532deb1f4b27bed67c47d0f2beebc12 Mon Sep 17 00:00:00 2001 From: asandikci Date: Sun, 10 Nov 2024 21:47:44 +0300 Subject: [PATCH] Update .woodpecker/test.yaml --- .woodpecker/test.yaml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.woodpecker/test.yaml b/.woodpecker/test.yaml index d660a00..9da36e7 100644 --- a/.woodpecker/test.yaml +++ b/.woodpecker/test.yaml @@ -1,6 +1,10 @@ +when: + branch: master + event: push + steps: test1: - image: debian - commands: - - echo "Test" - - ping asandikci.com \ No newline at end of file + image: debian + commands: + - echo "Test" + - ping asandikci.com \ No newline at end of file