Skip to content

Commit

Permalink
Fix 'publish' workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
SeiyaKobayashi committed Aug 22, 2024
1 parent d080040 commit 36bc2ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
push:
branches:
- main
paths:
- 'packages/core/**'
paths:
- 'packages/core/**'

defaults:
run:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
push:
branches:
- main
paths:
- 'packages/v1/**'
paths:
- 'packages/v1/**'

defaults:
run:
Expand Down

0 comments on commit 36bc2ac

Please sign in to comment.