Skip to content

test

test #24

Workflow file for this run

---
name: build
on:
pull_request:
push:
branches:
- '*'
schedule:
# run every month on the 10th at "night" time
- cron: '16 3 10 * *'
jobs:
matrix-windows:
uses: ./.github/workflows/build-windows.yml