Skip to content

Build Main

Build Main #121

Workflow file for this run

name: Build Main
on:
push:
branches:
- main
schedule:
- cron: '0 2 * * *' # Runs at 02:00 UTC every day
permissions:
contents: read
packages: read
jobs:
build:
uses: ./.github/workflows/build.yml