Skip to content

Commit

Permalink
Update mkdocs-deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Alonreznik authored Jan 2, 2024
1 parent 788166f commit 49c92e8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/mkdocs-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ on:
pull_request:
types:
- closed

workflow_dispatch:

jobs:
build:
if: github.event.label.name == 'documentation' && github.event.pull_request.merged == 'true'
if: contains( github.event.pull_request.labels.*.name, 'documentation') && github.event.pull_request.merged == 'true'
runs-on: ubuntu-18.04
steps:
- name: Setup Python
Expand Down

0 comments on commit 49c92e8

Please sign in to comment.