diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a52e264..fef1270 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,10 +1,10 @@ name: Test on: - pull_request: push: - branches-ignore: - - 'dependabot/**' + branches: + - master + pull_request: schedule: - cron: '0 6 * * *'