Skip to content

chore: pass branches config #2

chore: pass branches config

chore: pass branches config #2

Workflow file for this run

name: Push to main branch
on:
push:
branches:
- main
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npx semantic-release --branches main