Skip to content

Commit

Permalink
CA: fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastinas committed May 1, 2024
1 parent c05ca51 commit 31de00a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

deploy:
name: Deploy website
if: github.ref_name == "master"
if: github.ref_name == 'master'
needs: build
permissions:
pages: write
Expand Down

0 comments on commit 31de00a

Please sign in to comment.