Skip to content

fix(ci): remove test workflow #3

fix(ci): remove test workflow

fix(ci): remove test workflow #3

Workflow file for this run

name: Release
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
permissions:
pull-requests: write
contents: write
jobs:
release:
name: release
if: ${{ github.ref == 'refs/heads/main' }}
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: simple