diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a1327f5..3913766 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,5 +1,12 @@ name: test -on: [push] + +on: + push: + pull_request: + schedule: + - cron: '0 0 * * 5' + workflow_dispatch: + jobs: Unittests: runs-on: ubuntu-latest