Skip to content

build

build #283

Workflow file for this run

name: build
on:
push:
branches:
- 'feature/**'
- 'fix/**'
- develop
- main
- 'release/**'
paths:
- 'Sources/**'
- 'Examples/**'
- 'Tests/**'
pull_request:
branches:
- main
schedule:
- cron: '1 0 * * 4'
jobs:
build:
uses: madmachineio/actions/.github/workflows/build.yml@main

Check failure on line 25 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / build

Invalid workflow file

The workflow is not valid. .github/workflows/build.yml (Line: 25, Col: 11): Input runners is required, but not provided while calling.