From 9c72b17489ab053b06a9e33656fcebc0cf438ae2 Mon Sep 17 00:00:00 2001 From: David Stansby Date: Tue, 12 Aug 2025 21:39:54 +0100 Subject: [PATCH] Fix cheatsheet publishing --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 76361fe..25de11f 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -77,7 +77,7 @@ jobs: path: | diffs/ - name: Publish cheatsheets and handouts - if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }} + if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0 with: github_token: ${{ secrets.GITHUB_TOKEN }}