Skip to content

Main branch protection: 45 #45

Main branch protection: 45

Main branch protection: 45 #45

Workflow file for this run

name: Main branch protection
run-name: "Main branch protection: ${{ github.run_number }}"
on:
push:
branches:
- main
permissions:
contents: read
jobs:
build:
uses: ./.github/workflows/callable-build.yaml
unit-test:
uses: ./.github/workflows/callable-test-unit.yaml
function-test:
uses: ./.github/workflows/callable-test-function.yaml