Skip to content

Commit 55ffbd5

Browse files
committed
update the workflows
1 parent 2bc378f commit 55ffbd5

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/docs-pr-checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
pull_request:
66
branches:
77
- "dev"
8+
- "main"
89
- "5.x"
910
- "4.[0-9]"
1011
- "gqlstatus-errors"

.github/workflows/docs-publish.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- 'dev'
8+
- 'main'
89
- '5.x'
910
workflow_dispatch:
1011
# schedule:
@@ -45,9 +46,9 @@ jobs:
4546
event-type: ${{ github.event.repository.name }}
4647
client-payload: |-
4748
{
48-
"org": "${{ github.repository_owner }}",
49-
"repo": "${{ github.event.repository.name }}",
50-
"run_id": "${{ github.run_id }}",
49+
"org": "${{ github.repository_owner }}",
50+
"repo": "${{ github.event.repository.name }}",
51+
"run_id": "${{ github.run_id }}",
5152
"branch": "${{ github.ref_name }}",
5253
"args": "--dryrun",
5354
"publish_env": "${{ env.PUBLISH_TO }}",

.github/workflows/docs-teardown.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
pull_request_target:
66
branches:
77
- "dev"
8+
- "main"
89
- "5.x"
910
- "4.[0-9]"
1011
- "gqlstatus-errors"

0 commit comments

Comments
 (0)