diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a71ca0d..f0bc52f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,5 +1,14 @@ name: Tests -on: [push] +on: + push: + branches: [master] + pull_request: + schedule: + # 16:21 UTC on Tuesdays + - cron: "21 16 * * tue" + repository_dispatch: + types: [tests] + env: DOCKER_BUILDKIT: 1 jobs: