diff --git a/.drone.yml b/.drone.yml index 2022526..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,6 +22,7 @@ steps: - name: store_webmentions image: appleboy/drone-git-push + settings: remote_name: origin branch: main