diff --git a/.github/workflows/ci-low-cadence.yml b/.github/workflows/ci-low-cadence.yml index 1827a3b4..37f4ba6f 100644 --- a/.github/workflows/ci-low-cadence.yml +++ b/.github/workflows/ci-low-cadence.yml @@ -7,6 +7,10 @@ on: types: run-slow-tests schedule: - cron: '0 0,12 * * *' + push: + branches: + - master + - 'release/**' pull_request: types: [opened, synchronize] branches: