From 73fba7c47fc7f926f4dfcd5e1fb3fe035d574892 Mon Sep 17 00:00:00 2001 From: Denis Rouzaud Date: Tue, 13 Feb 2024 10:10:45 +0100 Subject: [PATCH] fix workflow --- .github/workflows/website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index df1e47ba..8bdddde9 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -91,7 +91,7 @@ jobs: if-no-files-found: error - name: Deploy to GitHub Pages - if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }} + if: ${{ github.event_name == 'push' }} uses: JamesIves/github-pages-deploy-action@v4.5.0 with: branch: gh-pages