diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f57a1925c1c..2c85eec5ed1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -32,6 +32,9 @@ on: - 'package/**' schedule: - cron: '0 2 * * *' + push: + branches: + - master concurrency: group: tests-${{ github.event.pull_request.number || github.ref }}