Skip to content

MIMCM-CIM-SWF-1.0-0-20230101-20240709-083247 #36

MIMCM-CIM-SWF-1.0-0-20230101-20240709-083247

MIMCM-CIM-SWF-1.0-0-20230101-20240709-083247 #36

Workflow file for this run

name: Build and Check
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
build:
name: Build
uses: Logius-standaarden/Automatisering/.github/workflows/build.yml@snapshot-in-repo
check:
needs: build
name: Check
uses: Logius-standaarden/Automatisering/.github/workflows/check.yml@main
publish:
needs: build
name: Publish (Logius)
uses: Logius-standaarden/Automatisering/.github/workflows/publish.yml@main
secrets: inherit