Run CI tests on pull requests (not just push to main)
continuous-integration/drone/pr Build is failing

This commit is contained in:
2026-06-02 16:39:34 +01:00
parent 8dd3125a52
commit 0394491779
+8
View File
@@ -16,6 +16,11 @@ steps:
- name: deployment
image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest
when:
event:
- push
branch:
- main
settings:
host: swarm-test.autonomic.zone
stack: wordpress
@@ -35,6 +40,9 @@ steps:
ENTRYPOINT_CONF_VERSION: v1
HTACCESS_CONF_VERSION: v1
trigger:
event:
- push
- pull_request
branch:
- main
---