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