fix: Run drone only on pushes

This commit is contained in:
Nikolai Rodionov 2023-02-17 15:46:28 +01:00
parent d987ca6cf1
commit a272e63371
1 changed files with 5 additions and 1 deletions

View File

@ -9,6 +9,8 @@ name: Build badhouseplants.net
trigger:
branch:
- main
event:
- push
steps:
- name: Publish the Helm chart
@ -61,7 +63,9 @@ name: CV Builder
trigger:
branch:
- main
event:
- push
steps:
- name: Build the CV
image: ghcr.io/puppeteer/puppeteer