From ade9e968237f908c991ac41785a94584bdf9def4 Mon Sep 17 00:00:00 2001 From: Heberto Mayorquin Date: Wed, 20 Mar 2024 16:53:44 -0600 Subject: [PATCH] restrict tests only to main branch --- .github/workflows/run_all_tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/run_all_tests.yml b/.github/workflows/run_all_tests.yml index b43780f..e981cf2 100644 --- a/.github/workflows/run_all_tests.yml +++ b/.github/workflows/run_all_tests.yml @@ -2,6 +2,8 @@ name: Run all tests on: pull_request: types: [synchronize, opened, reopened] + branches: + - main schedule: - cron: '0 5 * * 0' # once every Sunday at midnight ET workflow_dispatch: