Skip to content

ci(repo): revert and fix workflow triggers (#17275) #66

ci(repo): revert and fix workflow triggers (#17275)

ci(repo): revert and fix workflow triggers (#17275) #66

name: Release Please
on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
jobs:
release-please:
runs-on: [taiko-runner]
steps:
- uses: google-github-actions/release-please-action@v4
with:
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}