Skip to content

Commit b386a18

Browse files
committed
Tweaking website render GitHub Action to run on pull requests
1 parent fdf9606 commit b386a18

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/publish.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
on:
2-
workflow_dispatch:
32
push:
4-
branches: main
3+
branches: [main, master]
4+
pull_request:
5+
branches: [main, master]
6+
release:
7+
types: [published]
8+
workflow_dispatch:
59

610
name: Quarto Publish
711

0 commit comments

Comments
 (0)