Update deploy action to not trigger on pull requests

This commit is contained in:
thiloho
2024-09-14 22:10:10 +02:00
parent f322ea7dbf
commit f8d7603d2e

View File

@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: | if: |
github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.conclusion == 'success' &&
github.event.workflow_run.event == 'push' (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/devel')
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4