Skip to content

Commit

Permalink
Merge pull request #25 from nfhipona/update/workflow
Browse files Browse the repository at this point in the history
Update publish workflow
  • Loading branch information
nfhipona committed Aug 27, 2023
2 parents d0b2388 + 4804e32 commit c8d4522
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ name: Publish Packages

on:
workflow_dispatch: # Run workflow manually (without waiting for the cron to be called), through the GitHub Actions Workflow page directly
push:
branches:
- main
tags: v*
release:
types: [published]

jobs:
build:
Expand Down

0 comments on commit c8d4522

Please sign in to comment.