diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b0ddd2f..1068e51 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,5 +1,8 @@ name: Release on: + push: + branches: + - main workflow_call: secrets: NPM_TOKEN: @@ -30,4 +33,4 @@ jobs: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} run: npx semantic-release - name: Upload Code Coverage - uses: codecov/codecov-action@v3.1.0 \ No newline at end of file + uses: codecov/codecov-action@v3.1.0