We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d60ce5b commit 33b526dCopy full SHA for 33b526d
.github/workflows/build.yml
@@ -6,16 +6,14 @@ on:
6
repository_dispatch:
7
types: [custom-event]
8
workflow_dispatch:
9
+ pull_request:
10
+ branches: ["main"]
11
schedule:
12
- cron: '0 4 * * 0'
13
14
jobs:
15
call_env_workflow:
16
uses: computorg/workflows/.github/workflows/global-env.yml@main
- with:
- config-path: './config/quarto_config.yml'
17
call_quartopublish_workflow:
18
uses: computorg/workflows/.github/workflows/publish-render.yml@main
19
- needs: call_env_workflow
20
21
+ needs: call_env_workflow
0 commit comments