aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJustin Burkett2020-02-16 13:54:20 -0500
committerJustin Burkett2020-02-16 13:54:20 -0500
commit7bc87e0f93bd0258bf115cb02c4e8f86f57b38fc (patch)
tree10dc71aa60c6266db5e8a97e3eb57967c8671721 /.github
parent9550707d52894208894c036a0b83f958af887e3c (diff)
downloademacs-7bc87e0f93bd0258bf115cb02c4e8f86f57b38fc.tar.gz
emacs-7bc87e0f93bd0258bf115cb02c4e8f86f57b38fc.zip
Test once a month
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index eb2a91ea091..56b2e9e007e 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -4,6 +4,8 @@ on:
4 push: 4 push:
5 branches: 5 branches:
6 - master 6 - master
7 schedule:
8 - cron: '* * 1 * *'
7 9
8jobs: 10jobs:
9 build: 11 build: