Skip to content

Commit

Permalink
Don't run mkdocs dryrun on master
Browse files Browse the repository at this point in the history
  • Loading branch information
MaddyGuthridge committed May 28, 2024
1 parent 78483bb commit 84eab4e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/mkdocs-dryrun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
# Documentation can be either manually updated or is automatically updated when pushed to main branch
workflow_dispatch:
push:
branches:
- '*'
- '!main'

jobs:
deploy:
Expand Down

0 comments on commit 84eab4e

Please sign in to comment.