Skip to content

Commit 3c108b3

Browse files
authored
Merge pull request #169 from dstansby/fix-publish-branch
Fix cheatsheet publishing
2 parents 98bec93 + 9c72b17 commit 3c108b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
path: |
7878
diffs/
7979
- name: Publish cheatsheets and handouts
80-
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
80+
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
8181
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
8282
with:
8383
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)