Skip to content

CI

CI #1098

Workflow file for this run

# Build the project using the Bitcraze builder docker image
name: CI
on:
workflow_dispatch:
push:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
# Daily build to make sure docs in repos are OK
- cron: '30 7 * * *'
jobs:
build:
uses: bitcraze/workflows/.github/workflows/basic_build.yml@main
with:
builder_image: 'bitcraze/web-builder'