From f1ca37738182c2f5d385a9f3329b07e4f90a8c27 Mon Sep 17 00:00:00 2001 From: Joshua Seals Date: Mon, 27 Feb 2023 07:15:57 -0500 Subject: [PATCH] Changing behaviour of tests --- .github/workflows/code-checks.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/code-checks.yml b/.github/workflows/code-checks.yml index f70e8e32..6fe2b612 100644 --- a/.github/workflows/code-checks.yml +++ b/.github/workflows/code-checks.yml @@ -18,6 +18,7 @@ on: branches-ignore: - master - main + - develop paths-ignore: - README.md - .old_cicd/* @@ -32,7 +33,7 @@ on: - develop - master - main - types: [ opened ] + types: [ opened, synchronize ] jobs: