Skip to content

Commit

Permalink
[Fix] Fix NPM beta publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
LaChope committed Oct 6, 2022
1 parent 9e0112a commit 610061b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/npm-publish-beta.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
name: Publish NPM Beta Package

on:
pull_request:
types:
- "closed"
push:
branches:
- "master"
- "main"

jobs:
publish-npm-beta:
Expand Down

0 comments on commit 610061b

Please sign in to comment.