Skip to content

Commit 33b526d

Browse files
committed
[WIP-CI] render
1 parent d60ce5b commit 33b526d

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/build.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,14 @@ on:
66
repository_dispatch:
77
types: [custom-event]
88
workflow_dispatch:
9+
pull_request:
10+
branches: ["main"]
911
schedule:
1012
- cron: '0 4 * * 0'
1113

1214
jobs:
1315
call_env_workflow:
1416
uses: computorg/workflows/.github/workflows/global-env.yml@main
15-
with:
16-
config-path: './config/quarto_config.yml'
1717
call_quartopublish_workflow:
1818
uses: computorg/workflows/.github/workflows/publish-render.yml@main
19-
needs: call_env_workflow
20-
with:
21-
config-path: './config/quarto_config.yml'
19+
needs: call_env_workflow

0 commit comments

Comments
 (0)