Skip to content

Commit

Permalink
add manual trigger to github action
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfredLange committed Dec 7, 2024
1 parent f251552 commit ab67bc5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
push:
branches:
- main
workflow_dispatch:

jobs:
build:
Expand Down Expand Up @@ -91,6 +92,8 @@ jobs:
if: env.CHANGED == 'true'
run: |
cat /home/runner/work/_temp/.npmrc
npm install --production
npm run build
npm publish
working-directory: ./src
env:
Expand Down

0 comments on commit ab67bc5

Please sign in to comment.