diff options
Diffstat (limited to '.github/workflows/deploy.yml')
| -rw-r--r-- | .github/workflows/deploy.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 899a6743..e1599e13 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,7 +9,7 @@ on: jobs: deploy-app: - if: ${{ github.event_name != 'repository_dispatch' || github.event.action == 'publish-completed' }} + if: ${{ github.event_name != 'repository_dispatch' || github.event.action == 'publish-website-completed' }} runs-on: ubuntu-22.04 steps: - name: Create SSH key |
