Skip to content

Add workflow to comment on PRs when released (#1772) #531

Add workflow to comment on PRs when released (#1772)

Add workflow to comment on PRs when released (#1772) #531

Workflow file for this run

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