From feaa44773fa9ed99ff01e96259709a6e170e6616 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Lytek?= Date: Wed, 9 Aug 2023 15:14:53 +0200 Subject: [PATCH] chore(github): fix publish website gh action --- .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 981250661..e3fdb9f38 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -178,7 +178,7 @@ jobs: website: name: Publish website needs: check - if: needs.check.result == 'success' && github.event_name == 'push' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v')) + if: always() && github.ref == 'refs/heads/master' runs-on: ubuntu-latest steps: - name: Checkout