Skip to content

Commit 2144657

Browse files
authored
Merge pull request #678 from immutable/ci/unity-tests-workflows
ci: update workflow paths for test and UI builds
2 parents e8836f8 + 27366ec commit 2144657

3 files changed

Lines changed: 21 additions & 1 deletion

File tree

.github/workflows/test-build.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,17 @@ name: Test & Build
44
on:
55
push:
66
branches: [main]
7+
paths:
8+
- 'src/Packages/Passport/**'
9+
- 'sample/**'
10+
- 'sample-unity6/**'
11+
- 'Plugins/**'
712
pull_request:
13+
paths:
14+
- 'src/Packages/Passport/**'
15+
- 'sample/**'
16+
- 'sample-unity6/**'
17+
- 'Plugins/**'
818

919
concurrency:
1020
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/ui-tests.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,17 @@ on:
1919
# - iOS
2020
push:
2121
branches: [main]
22+
paths:
23+
- 'src/Packages/Passport/**'
24+
- 'sample/**'
25+
- 'sample-unity6/**'
26+
- 'Plugins/**'
2227
pull_request:
28+
paths:
29+
- 'src/Packages/Passport/**'
30+
- 'sample/**'
31+
- 'sample-unity6/**'
32+
- 'Plugins/**'
2333

2434
concurrency:
2535
group: ${{ github.workflow }}-${{ github.ref }}

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
* @immutable/passport
1+
* @immutable/passport @immutable/ped-stream-sdk-integrations-list
22

0 commit comments

Comments
 (0)