diff --git a/.drone.yml b/.drone.yml index d58a24d..9bc4870 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,6 +1,8 @@ kind: pipeline name: update_website - +when: + branch: + - main steps: - name: fetch_webmentions image: python:3.7 @@ -20,9 +22,7 @@ steps: - name: store_webmentions image: appleboy/drone-git-push - when: - branch: - - main + settings: remote_name: origin branch: main