There was an error while loading. Please reload this page.
1 parent fdf9606 commit b386a18Copy full SHA for b386a18
1 file changed
.github/workflows/publish.yml
@@ -1,7 +1,11 @@
1
on:
2
- workflow_dispatch:
3
push:
4
- branches: main
+ branches: [main, master]
+ pull_request:
5
6
+ release:
7
+ types: [published]
8
+ workflow_dispatch:
9
10
name: Quarto Publish
11
0 commit comments