Skip to content

chore(workflows): update workflow triggers for NPM publishing and rel… #7

chore(workflows): update workflow triggers for NPM publishing and rel…

chore(workflows): update workflow triggers for NPM publishing and rel… #7

Workflow file for this run

name: Auto Release
on:
push:
branches:
- main # ou master
jobs:
release:
uses: sendo-labs/reusable-workflows/.github/workflows/release.yml@v1.0.0
with:
release-type: node
permissions:
contents: write
pull-requests: write