Skip to content

Commit 05546dd

Browse files
rdhyeeclaude
andcommitted
Enable auto-deploy on push to main
Previously the Quarto build workflow only ran on manual trigger. Now it will also run automatically when pushing to main branch. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 650b858 commit 05546dd

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/quarto-pages.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Render using Quarto and push to GH-pages
22

3-
on: workflow_dispatch
3+
on:
4+
push:
5+
branches: [main]
6+
workflow_dispatch:
47

58
jobs:
69
build-deploy:

0 commit comments

Comments
 (0)