CI #1107
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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' |