Skip to content

Commit 444386f

Browse files
add merge request checks
1 parent e1e8185 commit 444386f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish-quarto.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ on:
22
push:
33
branches:
44
- main
5+
pull_request:
6+
branches:
7+
- main
8+
59

610
name: Render and Publish site
711

@@ -39,6 +43,7 @@ jobs:
3943
path: docs/
4044

4145
deploy:
46+
if: "github.ref != main"
4247
runs-on: ubuntu-latest
4348
permissions:
4449
pages: write

0 commit comments

Comments
 (0)