Skip to content

CI

CI #14

Workflow file for this run

name: CI
on:
push:
paths-ignore: ['**/*.md']
pull_request:
branches: [main]
paths-ignore: ['**/*.md']
schedule:
- cron: '0 2 * * *'
workflow_call:
jobs:
linux:
uses: ./.github/workflows/linux.yml
permissions:
contents: write