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