We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 560b1d9 + 58dca8b commit 2f1914dCopy full SHA for 2f1914d
.github/workflows/test.yml
@@ -7,10 +7,13 @@
7
8
name: Continuous Integration
9
10
-# Only trigger the workflow when pushing to master
11
on:
12
- - push
13
- - pull_request
+ push:
+ pull_request:
+ schedule:
14
+ # Weekly test so we know if tests break for external reasons
15
+ # https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows#scheduled-events
16
+ - cron: '36 10 * * 0'
17
18
# Global environment variables
19
env:
0 commit comments