Skip to content

Commit

Permalink
fix: updates paths for workflows (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpwallace22 authored Jan 1, 2024
1 parent 9a4aeab commit d95a5e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
paths:
- '/docs/**'
- 'docs/**'
workflow_dispatch:

permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main
- next
paths:
- '/use-react-workers/**'
- 'use-react-workers/**'
workflow_dispatch:

permissions:
Expand Down

0 comments on commit d95a5e7

Please sign in to comment.