Updates workflow to trigger on pull request merge to maste rinstead of main
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user