diff options
| author | Dante Niewenhuis <d.niewenhuis@hotmail.com> | 2026-05-20 15:06:41 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-20 15:06:41 +1000 |
| commit | ac6a11f2eb9e415b9f8782424d975adbd0d2ddd9 (patch) | |
| tree | 67e2d178ef0f0710923dd97c544c78aa6243fe7f /.github | |
| parent | 0cc1a4fad1cb43b6e262bbdc3b0dc1a6b020f0df (diff) | |
Update deploy condition for publish action
Diffstat (limited to '.github')
| -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 |
