From b0618de747de90cd0600de2acfbe37074c25af9d Mon Sep 17 00:00:00 2001 From: Timor Knudsen Date: Sun, 22 Mar 2026 14:30:30 +0100 Subject: [PATCH] Another s --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 208eb43..ac34a9a 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -111,7 +111,7 @@ jobs: credentials: username: ${{ github.actor }} password: ${{ secrets.github_token }} - if: ${{ github.ref == 'ref/heads/main' }} + if: ${{ github.ref == 'refs/heads/main' }} steps: - uses: actions/configure-pages@v5 - uses: actions/checkout@v6