From ede11c7473b6973a3722f941aff6d42b1bd12c9e Mon Sep 17 00:00:00 2001 From: Evan Pagryzinski Date: Thu, 25 Jul 2024 08:35:10 -0400 Subject: [PATCH] Update WF to run every commit We were only running on every commit to master, run every commit no matter the branch --- .github/workflows/commitChecks.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/commitChecks.yml b/.github/workflows/commitChecks.yml index be5cf92bef..1dd7cbff89 100644 --- a/.github/workflows/commitChecks.yml +++ b/.github/workflows/commitChecks.yml @@ -3,7 +3,6 @@ name: Code Checks on: push: - branches: [ "master" ] pull_request: jobs: