Skip to content

Commit 186b773

Browse files
committed
Change branch version that invoke GitHub Action
1 parent 13e6e9d commit 186b773

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/delete_pr_built_doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Delete docs built with PR
22

33
on:
44
pull_request:
5-
branches: [ "3.8" ]
5+
branches: [ "3.9" ]
66
types:
77
- closed # PR closed
88

.github/workflows/pr_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: PR build for ver 3.8
22

33
on:
44
pull_request:
5-
branches: [ "3.8" ]
5+
branches: [ "3.9" ]
66
types:
77
- opened # open PR
88
- synchronize # update the branch which pulled from

0 commit comments

Comments
 (0)