diff options
author | Ashelyn Dawn <ashe@tempest.dev> | 2023-02-04 22:41:25 -0700 |
---|---|---|
committer | Ashelyn Dawn <ashe@tempest.dev> | 2023-02-04 22:41:25 -0700 |
commit | cb9b6072a21f2ab0d90c37be0f34f5c2ea00f33a (patch) | |
tree | 1c87fb766b7c6022ecbf52b5c859dc6866b62fff | |
parent | cd40e07a8b1c65098c33a2853c398dfae2fb3ff0 (diff) |
Fix branch instruction
-rw-r--r-- | .woodpecker.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.woodpecker.yml b/.woodpecker.yml index 7e3678d..d25834f 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,7 +1,8 @@ pipeline: neocities: image: ruby:latest - branches: main + when: + branch: main commands: - gem install neocities - neocities push . |