Skip to content

Commit

Permalink
Fix npm canary action paths pattern (#2148)
Browse files Browse the repository at this point in the history
  • Loading branch information
johtso committed Mar 6, 2023
1 parent 14c08d8 commit 006e652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-canary.yml
Expand Up @@ -6,7 +6,7 @@ on:
branches:
- "master"
paths:
- "src"
- "src/**"
- ".github/workflows/release-canary.yml"
jobs:
build_and_publish:
Expand Down

0 comments on commit 006e652

Please sign in to comment.