Skip to content

Commit

Permalink
ci: Fix trigger path to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
fraya committed Jul 7, 2024
1 parent 4a314e8 commit 9c779d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
# all branches
paths:
- 'doc/**'
- 'documentation/**'

# This enables the Run Workflow button on the Actions tab.
workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Build documentation

on:
pull_request:
pull_reques:
# all branches
paths:
- 'doc/**'
- 'documentation/**'

# This enables the Run Workflow button on the Actions tab.
workflow_dispatch:
Expand Down

0 comments on commit 9c779d0

Please sign in to comment.