Skip to content

MIMLM-IMKL-3.0rc-0-20240531-20241206-155859 #88

MIMLM-IMKL-3.0rc-0-20240531-20241206-155859

MIMLM-IMKL-3.0rc-0-20240531-20241206-155859 #88

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