diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a5e053029..3a3a939b6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -6,6 +6,8 @@ on: - main - master - branch-2.* + tags: + - 'v*' pull_request: schedule: - cron: '0 2 * * 0' # Weekly on Sundays at 02:00