Skip to content

build-test

build-test #127

Workflow file for this run

name: build-test
on:
schedule:
- cron: '0 0 * * *'
push:
branches:
- 'main'
paths:
- 'build/Dockerfile'
workflow_dispatch:
jobs:
test:
uses: ./.github/workflows/test.yml
with:
docker_files_name: Dockerfile
secrets: inherit