Skip to content

Add develop branch #446

Add develop branch

Add develop branch #446

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