Skip to content

Commit

Permalink
updating worklfows
Browse files Browse the repository at this point in the history
  • Loading branch information
maliknajjar committed Jan 20, 2024
1 parent 128d584 commit 75f9c84
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/npm_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Publish Package to npmjs
on:
push:
branches: main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
publish:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 75f9c84

Please sign in to comment.