don't run live website in PRs

This commit is contained in:
pat-s 2023-02-21 12:59:25 +01:00
parent 711b637118
commit 25754e93b7
No known key found for this signature in database
GPG key ID: 3C6318841EF78925

View file

@ -51,6 +51,9 @@ steps:
trigger: trigger:
branch: branch:
- main - main
event:
exclude:
- pull_request
--- ---
kind: pipeline kind: pipeline