Skip to content

Commit c61e35e

Browse files
authored
Update build.yml
1 parent 5d30977 commit c61e35e

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,16 @@ name: Main Workflows
22

33
on:
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-
1512
jobs:
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 }}

0 commit comments

Comments
 (0)