diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 55601af..2511ed7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest if: | github.event.workflow_run.conclusion == 'success' && - github.event.workflow_run.event == 'push' + (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/devel') steps: - uses: actions/checkout@v4