From c5259a6e858f2f6e1c5bd2a90d23c20ac8e74b93 Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Mon, 20 Mar 2023 09:48:58 -0400 Subject: [PATCH] Run Workflows on all branches and PRs --- .github/workflows/build-test.yml | 6 +----- .github/workflows/code-cleanliness.yml | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 7353824f9d4..e7d82a00a2f 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -1,10 +1,6 @@ name: Build and Test -on: - push: - branches: [ "main", "cdt_11_0" ] - pull_request: - branches: [ "main", "cdt_11_0" ] +on: [push, pull_request] jobs: build: diff --git a/.github/workflows/code-cleanliness.yml b/.github/workflows/code-cleanliness.yml index a7062e63062..903ad9ca760 100644 --- a/.github/workflows/code-cleanliness.yml +++ b/.github/workflows/code-cleanliness.yml @@ -1,10 +1,6 @@ name: Code Cleanliness Checks -on: - push: - branches: [ "main", "cdt_11_0" ] - pull_request: - branches: [ "main", "cdt_11_0" ] +on: [push, pull_request] jobs: build: