mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Run windows/mac tests daily
This commit is contained in:
parent
a565d9e580
commit
bf6eacccf7
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -3,6 +3,8 @@ on:
|
|||
push:
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
schedule:
|
||||
- cron: '0 0 * * *' # Run every day at 00:00 UTC.
|
||||
|
||||
jobs:
|
||||
windows:
|
||||
|
|
Loading…
Reference in a new issue