Run CI tests on pull requests (not just push to main)

This commit is contained in:
2026-06-02 23:36:02 +01:00
parent 605f3d7fc0
commit a8bb78a8db
+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
---