diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-12-31 13:15:28 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-12-31 13:15:28 +0000 |
| commit | 89918e1d4a88c0cdf78127a82da2803d2bd1b357 (patch) | |
| tree | 907b529f31faaaeb0893a8b3c1e513d70b8312ae | |
| parent | Remove travis config (diff) | |
| download | paper2remarkable-89918e1d4a88c0cdf78127a82da2803d2bd1b357.tar.gz paper2remarkable-89918e1d4a88c0cdf78127a82da2803d2bd1b357.zip | |
Add schedule to test workflow
| -rw-r--r-- | .github/workflows/test.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bf8972e..1d723d3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,6 +1,10 @@ name: build -on: push +on: + push: + pull_request: + schedule: + - cron: 33 21 * * */7 jobs: p2r-test: |
