From 0b31770bdbc37e13956a91f6e5dd96a98ac5a771 Mon Sep 17 00:00:00 2001 From: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com> Date: Mon, 9 Dec 2024 09:44:48 -0300 Subject: [PATCH] test --- .github/workflows/tests.yml | 3 +++ 1 file changed, 3 insertions(+) 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 }}