Skip to content

build

build #231

Workflow file for this run

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