diff --git a/.github/workflows/coding-standard-baseline.yml b/.github/workflows/coding-standard-baseline.yml index 1568d1e2e40..392daf65116 100644 --- a/.github/workflows/coding-standard-baseline.yml +++ b/.github/workflows/coding-standard-baseline.yml @@ -1,8 +1,7 @@ name: Coding Standard With Baseline on: pull_request: - branches: - - * + branches: ["**"] permissions: contents: read jobs: diff --git a/.github/workflows/nx-integration-tests.yml b/.github/workflows/nx-integration-tests.yml index f1442a8e9a0..7252b3fdebd 100644 --- a/.github/workflows/nx-integration-tests.yml +++ b/.github/workflows/nx-integration-tests.yml @@ -2,8 +2,7 @@ name: Integration Tests (Using Nx) run-name: ${{ github.actor }} is running Integration Tests on: pull_request: - branches: - - * + branches: ["**"] permissions: contents: write diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index f0bde356c7b..03e5deba8a9 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -2,8 +2,7 @@ name: Unit Tests run-name: ${{ github.actor }} is running Unit Tests on: pull_request: - branches: - - * + branches: ["**"] permissions: contents: write