Skip to content

Main branch protection #62

Main branch protection

Main branch protection #62

Workflow file for this run

name: Main branch protection
run-name: "Main branch protection"
on:
push:
branches:
- main
permissions:
contents: read
packages: write
jobs:
go:
name: Golang
uses: ./.github/workflows/callable-go.yaml
py:
name: Python
uses: ./.github/workflows/callable-py.yaml
image:
name: Image
uses: ./.github/workflows/callable-image.yaml
with:
push: false