Skip to content

Main branch protection: 20 #20

Main branch protection: 20

Main branch protection: 20 #20

Workflow file for this run

name: Main branch protection
run-name: "Main branch protection: ${{ github.run_number }}"
on:
workflow_dispatch:
push:
branches:
- main
# Should prevent concurrency on a per-branch basis.
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: false
permissions:
contents: read
jobs:
test:
uses: ./.github/workflows/callable-test.yaml
secrets: inherit
build:
uses: ./.github/workflows/callable-build.yaml
secrets: inherit