Skip to content

feat: add workflow to comment on PRs when released (#1750) #515

feat: add workflow to comment on PRs when released (#1750)

feat: add workflow to comment on PRs when released (#1750) #515

Workflow file for this run

name: Main branch checks
on:
push:
branches:
- main
- "v*.*.*"
tags:
- "v*.*.*"
jobs:
checks:
uses: ./.github/workflows/shared.yml