We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7d1620 commit e91beb2Copy full SHA for e91beb2
.github/workflows/release_docs.yml
@@ -1,15 +1,15 @@
1
name: Release docs
2
on:
3
pull_request:
4
- # types: [closed]
+ types: [closed]
5
branches: [ main ]
6
7
permissions:
8
contents: write
9
10
jobs:
11
deploy:
12
- # if: ${{ github.event_name == 'workflow_dispatch' || (github.event_name == 'pull_request' && github.event.pull_request.merged == true) }}
+ if: ${{ github.event_name == 'workflow_dispatch' || (github.event_name == 'pull_request' && github.event.pull_request.merged == true) }}
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
0 commit comments