only deploy when on main
All checks were successful
Website build and deploy / build (pull_request) Successful in 17s

This commit is contained in:
2024-01-10 16:30:51 +01:00
parent b90ef3b12f
commit 1299fd323d

View File

@@ -62,3 +62,4 @@ jobs:
source: "public/*"
rm: true
strip_components: 1
if: gitea.ref == 'refs/heads/main'