diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index b3bbdabf96d..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", "cdt_11_1" ] - pull_request: - branches: [ "main", "cdt_11_0", "cdt_11_1" ] +on: [push, pull_request] jobs: build: diff --git a/.github/workflows/code-cleanliness.yml b/.github/workflows/code-cleanliness.yml index ca667e81b9e..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", "cdt_11_1" ] - pull_request: - branches: [ "main", "cdt_11_0", "cdt_11_1" ] +on: [push, pull_request] jobs: build: