From 3f3a628920c46e5bfc326b05cc8aa1c6d76fc5b4 Mon Sep 17 00:00:00 2001 From: Aprillion Date: Thu, 5 Oct 2023 20:43:58 +0200 Subject: [PATCH] fix manual dispatch --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5dacdd9f..4e5f244e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,7 +10,7 @@ env: CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }} jobs: deploy: - if: github.event.pull_request.merged == true + if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch' runs-on: ubuntu-latest steps: - name: Clone stampy-ui repository code