Skip to content

Commit

Permalink
Specify paths for canary
Browse files Browse the repository at this point in the history
  • Loading branch information
colinhacks committed Mar 5, 2023
1 parent 83478f5 commit 2f1868d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-canary.yml
Expand Up @@ -5,6 +5,9 @@ on:
push:
branches:
- "master"
paths:
- "src"
- ".github/workflows/release-canary.yml"
jobs:
build_and_publish:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2f1868d

Please sign in to comment.