mirror of
https://github.com/audacity/linuxdeploy.git
synced 2025-12-10 03:56:50 -06:00
Rebuild at least once a month
This commit is contained in:
parent
4c5b9c5daf
commit
ed42a40a87
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@ -1,6 +1,12 @@
|
||||
name: CI
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
# build at least once a month
|
||||
- cron: '0 0 1 * *'
|
||||
|
||||
jobs:
|
||||
build-and-test:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user