Skip to content

Add checks to release branches #37

Add checks to release branches

Add checks to release branches #37

Workflow file for this run

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