Updates workflow to trigger on pull request merge to maste rinstead of main
This commit is contained in:
@@ -105,7 +105,7 @@ jobs:
|
|||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
needs: [build, test]
|
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
|
uses: ./.gitea/workflows/deploy.yaml
|
||||||
with:
|
with:
|
||||||
artifact_name: dist
|
artifact_name: dist
|
||||||
|
|||||||
Reference in New Issue
Block a user