Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
skypesky committed Sep 11, 2024
1 parent e4e01b4 commit 0d24a12
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/publish-beta-to-npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: publish-beta-to-npm

on:
push:
branches: [main]
branches:
- main
- master

jobs:
publish-beta-to-npm:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/publish-to-npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: publish-to-npm

on:
push:
branches: [release]
branches:
- main
- master

jobs:
publish-to-npm:
Expand Down

0 comments on commit 0d24a12

Please sign in to comment.