Skip to content

Linux

Linux #40

Workflow file for this run

# save as .github/workflows/Linux.yml
name: Linux
on:
push:
branches:
- main
- master
- 'releases/**'
pull_request:
schedule: # MIN HOUR DAYOFMONTH MONTH DAYOFWEEK - schedule a monthly run - just keeping an eye on long-time-not-touched repositories
- cron: '32 8 1 * *'
jobs:
launch:
uses: ./.github/workflows/runner.yml
with:
os: ubuntu