From 7620f8d1f7253115713a4e3032e053ba1fa84fd8 Mon Sep 17 00:00:00 2001 From: Jan Raasch <425211+janraasch@users.noreply.github.com> Date: Wed, 8 Mar 2023 18:45:36 +0100 Subject: [PATCH] chore(ci): fix deploy condition - for real! :) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b441fd9..ed434f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: needs: build name: Deploy to GitHub Pages runs-on: ubuntu-latest - if: github.ref == 'refs/heads/source' + if: github.event_name == 'push' steps: - uses: actions/checkout@v3 - uses: actions/download-artifact@v3