diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cf0d782..85ec807 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,13 +2,19 @@ name: Test on: pull_request: + branches: + - 'main' push: - branches-ignore: - - 'dependabot/**' + branches: + - 'main' schedule: - cron: '22 23 * * 5' +concurrency: + group: test-action + cancel-in-progress: true + jobs: test: name: Test