Updates workflow to trigger on pull request merge to maste rinstead of main

This commit is contained in:
2026-07-24 15:27:54 +02:00
parent b8b0cd2e2c
commit a437bad95b
+1 -1
View File
@@ -105,7 +105,7 @@ jobs:
deploy:
needs: [build, test]
if: github.event_name == 'workflow_dispatch' || (github.event_name == 'push' && github.ref == 'refs/heads/main')
if: github.event_name == 'workflow_dispatch' || (github.event_name == 'push' && github.ref == 'refs/heads/master')
uses: ./.gitea/workflows/deploy.yaml
with:
artifact_name: dist