Skip to content

Commit

Permalink
Merge pull request #407 from BradyAJohnston/BradyAJohnston-patch-1
Browse files Browse the repository at this point in the history
Update docs.yml
  • Loading branch information
BradyAJohnston authored Jan 9, 2024
2 parents da04da3 + 414738f commit 0cbe3e3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,9 @@ on:
branches: ["docs-*"]
release:
types: [published]
issue_comment:
types: [created]

jobs:
build-docs:
if: ${{ (github.event_name == 'issue_comment' && github.event.issue.pull_request && contains(github.event.comment.body, '/docs-build')) || (github.event_name == 'pull_request' && startsWith(github.head_ref, 'docs-')) }}
runs-on: ubuntu-latest
permissions: write-all
steps:
Expand Down

0 comments on commit 0cbe3e3

Please sign in to comment.