diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 04041292da6f8..ed24d4b2aead8 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -3,7 +3,9 @@ on: pull_request: types: [opened, synchronize, reopened] push: - branches: [master] + branches: + - master + - rc-* schedule: - cron: '0 18 * * *' # For testing the offline cache, GMT 18 == GMT+8 02