Skip to content

Commit

Permalink
CI: Ensure builds are triggered weekly
Browse files Browse the repository at this point in the history
  • Loading branch information
mgxd committed May 13, 2022
1 parent d245dfd commit 0796059
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Deps & CI

on: [push, pull_request]
on:
push:
pull_request:
schedule:
- cron: 0 0 * * 0

jobs:
build-linux:
Expand Down

0 comments on commit 0796059

Please sign in to comment.