Skip to content

Commit 7498805

Browse files
correct conditional
1 parent 444386f commit 7498805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-quarto.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
path: docs/
4444

4545
deploy:
46-
if: "github.ref != main"
46+
if: ${{ github.ref == 'refs/heads/main' }}
4747
runs-on: ubuntu-latest
4848
permissions:
4949
pages: write

0 commit comments

Comments
 (0)