Skip to content

Commit

Permalink
Fix: Always run docs action for changes in fastgltf headers
Browse files Browse the repository at this point in the history
  • Loading branch information
spnda committed Jul 20, 2023
1 parent 92ecd09 commit c15b151
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ on:
- main
paths:
- 'docs/*'
- 'include/*'
- 'include/fastgltf/*.hpp'
pull_request:
paths:
- 'docs/*'
- 'include/*'
- 'include/fastgltf/*.hpp'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit c15b151

Please sign in to comment.