Skip to content

Commit

Permalink
💚 Runs deploy on any package version change
Browse files Browse the repository at this point in the history
  • Loading branch information
ekwoka committed Aug 29, 2023
1 parent 0c40977 commit 95bd270
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/npmdeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: Publish to NPM
on:
push:
paths:
- 'package.json'
- '**/package.json'
branches:
- main
workflow_dispatch:

jobs:
Build-Publish:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 95bd270

Please sign in to comment.