diff options
| author | Linnea Gräf <nea@nea.moe> | 2025-09-07 22:39:38 +0200 |
|---|---|---|
| committer | Linnea Gräf <nea@nea.moe> | 2025-09-07 22:39:38 +0200 |
| commit | 2b34975e86695e4f94e1268ad979a3da61d58cb2 (patch) | |
| tree | e01295039d3fd39e44ed5920f7ff5804d733ccbf /.github/workflows | |
| parent | 027c72a23cd9d6952f3b6d00a57f6fe6ff1155cc (diff) | |
| download | Firmament-2b34975e86695e4f94e1268ad979a3da61d58cb2.tar.gz Firmament-2b34975e86695e4f94e1268ad979a3da61d58cb2.tar.bz2 Firmament-2b34975e86695e4f94e1268ad979a3da61d58cb2.zip | |
ci: fix cache not writing + website publishing
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/publish-website.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 }} |
