summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 0298939..835f5d2 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -2,6 +2,7 @@ name: build
2 2
3on: 3on:
4 push: 4 push:
5 pull_request:
5 schedule: 6 schedule:
6 - cron: '0 0 1 * *' 7 - cron: '0 0 1 * *'
7 8