Skip to content

ci: run CI workflow for release branches (#808) #359

ci: run CI workflow for release branches (#808)

ci: run CI workflow for release branches (#808) #359

Workflow file for this run

name: Release
on:
push:
branches:
- main
- release/*
workflow_dispatch:
permissions:
contents: write
pull-requests: write
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
id: release
with:
target-branch: ${{ github.ref_name }}