From 2b34975e86695e4f94e1268ad979a3da61d58cb2 Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Sun, 7 Sep 2025 22:39:38 +0200 Subject: ci: fix cache not writing + website publishing --- .github/workflows/publish-website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/publish-website.yml b/.github/workflows/publish-website.yml index f492738..b6f45b9 100644 --- a/.github/workflows/publish-website.yml +++ b/.github/workflows/publish-website.yml @@ -33,7 +33,7 @@ jobs: name: Deploy Website runs-on: ubuntu-latest needs: build-website - if: ${{ 'push' == github.event_name && 'master' == github.ref_name && '637563904' == github.repository_id }} + if: ${{ 'push' == github.event_name && github.ref_name == github.event.repository.default_branch && '637563904' == github.repository_id }} environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }} -- cgit