Skip to content

Commit a80c79d

Browse files
committed
ci: support closed workflow
1 parent 9ffea28 commit a80c79d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish-site-azure.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Publish documentation (Azure)
55

66
on:
77
pull_request:
8-
types: [opened, synchronize, reopened]
8+
types: [opened, synchronize, reopened, closed]
99
branches:
1010
- "**"
1111

@@ -80,7 +80,6 @@ jobs:
8080
output_location: "dist"
8181
app_build_command: "yarn build:docs"
8282
timeout-minutes: 10
83-
8483
close_pull_request_job:
8584
if: github.event.action == 'closed'
8685
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)