From 1591e7b81c74938a16250ee3c0dcd933c37b96bc Mon Sep 17 00:00:00 2001 From: Ryan Hoerr Date: Sun, 7 Jul 2024 21:04:42 -0400 Subject: [PATCH] Run test workflows on all branch PRs --- .github/workflows/coding-standard-baseline.yml | 2 +- .github/workflows/nx-integration-tests.yml | 2 +- .github/workflows/unit-tests.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/coding-standard-baseline.yml b/.github/workflows/coding-standard-baseline.yml index 259c03535a39..1568d1e2e401 100644 --- a/.github/workflows/coding-standard-baseline.yml +++ b/.github/workflows/coding-standard-baseline.yml @@ -2,7 +2,7 @@ name: Coding Standard With Baseline on: pull_request: branches: - - 2.4-develop + - * permissions: contents: read jobs: diff --git a/.github/workflows/nx-integration-tests.yml b/.github/workflows/nx-integration-tests.yml index 0bfe148a81e6..f1442a8e9a06 100644 --- a/.github/workflows/nx-integration-tests.yml +++ b/.github/workflows/nx-integration-tests.yml @@ -3,7 +3,7 @@ run-name: ${{ github.actor }} is running Integration Tests on: pull_request: branches: - - 2.4-develop + - * permissions: contents: write diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index dd29dfcb9b02..f0bde356c7b6 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -3,7 +3,7 @@ run-name: ${{ github.actor }} is running Unit Tests on: pull_request: branches: - - 2.4-develop + - * permissions: contents: write