From 19cec0d07e5f358e2b960d4635abf2435ccdc573 Mon Sep 17 00:00:00 2001 From: Bartosz Nowak Date: Wed, 20 Mar 2024 19:51:26 +0100 Subject: [PATCH] full testing only on main push/pull --- .github/workflows/full.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/full.yml b/.github/workflows/full.yml index 8fd2fdb32..bfc2f7868 100644 --- a/.github/workflows/full.yml +++ b/.github/workflows/full.yml @@ -2,7 +2,11 @@ name: Continuous Integration - full testing on: push: + branches: + - main pull_request: + branches: + - main jobs: formatting-and-testing: