Skip to content

Commit

Permalink
Run gh-pages task on main
Browse files Browse the repository at this point in the history
  • Loading branch information
kewisch committed Jan 6, 2022
1 parent 3ec1795 commit 0edc54c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

ghpages:
name: "GH Pages"
if: github.ref == 'refs/head/main'
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
steps:
- name: "Checkout"
Expand Down

0 comments on commit 0edc54c

Please sign in to comment.