Skip to content

Commit e91beb2

Browse files
committed
ci: final version of docs release pipeline
1 parent e7d1620 commit e91beb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release_docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
name: Release docs
22
on:
33
pull_request:
4-
# types: [closed]
4+
types: [closed]
55
branches: [ main ]
66

77
permissions:
88
contents: write
99

1010
jobs:
1111
deploy:
12-
# if: ${{ github.event_name == 'workflow_dispatch' || (github.event_name == 'pull_request' && github.event.pull_request.merged == true) }}
12+
if: ${{ github.event_name == 'workflow_dispatch' || (github.event_name == 'pull_request' && github.event.pull_request.merged == true) }}
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

0 commit comments

Comments
 (0)