diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 94a13a4c3..482a1cb08 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -4,7 +4,17 @@ name: Test & Build on: push: branches: [main] + paths: + - 'src/Packages/Passport/**' + - 'sample/**' + - 'sample-unity6/**' + - 'Plugins/**' pull_request: + paths: + - 'src/Packages/Passport/**' + - 'sample/**' + - 'sample-unity6/**' + - 'Plugins/**' concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/ui-tests.yml b/.github/workflows/ui-tests.yml index 232a0b88a..4f3820a0b 100644 --- a/.github/workflows/ui-tests.yml +++ b/.github/workflows/ui-tests.yml @@ -19,7 +19,17 @@ on: # - iOS push: branches: [main] + paths: + - 'src/Packages/Passport/**' + - 'sample/**' + - 'sample-unity6/**' + - 'Plugins/**' pull_request: + paths: + - 'src/Packages/Passport/**' + - 'sample/**' + - 'sample-unity6/**' + - 'Plugins/**' concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/CODEOWNERS b/CODEOWNERS index d34c7f14b..3cb97f53b 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,2 +1,2 @@ -* @immutable/passport +* @immutable/passport @immutable/ped-stream-sdk-integrations-list