File tree Expand file tree Collapse file tree 1 file changed +3
-14
lines changed
Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Original file line number Diff line number Diff line change @@ -2,27 +2,16 @@ name: Main Workflows
22
33on :
44 push :
5- branches : ["main"]
5+ branches : ["main","master" ]
66 repository_dispatch :
77 types : [custom-event]
88 workflow_dispatch :
9+ pull_request :
10+ branches : ["main","master"]
911
10- permissions :
11- contents : write
12- pages : write
13-
14-
1512jobs :
1613 call_env_workflow :
1714 uses : computorg/workflows/.github/workflows/global-env.yml@main
18- secrets :
19- token : ${{ secrets.GITHUB_TOKEN }}
20- with :
21- config-path : ' ./config/quarto_config.yml'
2215 call_quartopublish_workflow :
2316 uses : computorg/workflows/.github/workflows/publish-render.yml@main
2417 needs : call_env_workflow
25- with :
26- config-path : ' ./config/quarto_config.yml'
27- secrets :
28- token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments