Skip to content

Commit

Permalink
CI: publish canary fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy Razon committed Feb 7, 2024
1 parent c95a790 commit 9df433b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/npm-publish-canary.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
name: Publish canary to NPM
on:
workflow_dispatch:
pull_request:
types:
- opened
- synchronize
paths:
- packages/**
- yarn.lock
push:
branches: [main]
paths:
- packages/**
- yarn.lock

jobs:
publish-packages:
Expand Down

0 comments on commit 9df433b

Please sign in to comment.