summaryrefslogtreecommitdiff
path: root/.github/workflows/macos.yml
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2021-04-05 18:10:58 +0200
committerSebastian Pipping <sebastian@pipping.org>2021-04-05 18:52:16 +0200
commit20ea6956b5974141aae64b6a9d562ca56b317d15 (patch)
tree923a07a08591579d3f0cea5214d92d417aec516f /.github/workflows/macos.yml
parent2f051a681b17b903808fb53ab9ab0e498c8af354 (diff)
downloadlibexpat-git-20ea6956b5974141aae64b6a9d562ca56b317d15.tar.gz
Actions: Enable periodic builds
Diffstat (limited to '.github/workflows/macos.yml')
-rw-r--r--.github/workflows/macos.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 77aaaea6..64c1bb57 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -4,8 +4,10 @@
name: Run macOS Travis CI tasks
on:
-- pull_request
-- push
+ pull_request:
+ push:
+ schedule:
+ - cron: '0 2 * * 5' # Every Friday at 2am
jobs:
checks: