aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-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: