Skip to content

Commit 94c0094

Browse files
authored
Update test.yaml
Added paths ignore to test workflow.
1 parent 05dc58f commit 94c0094

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/workflows/test.yaml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
name: "Run Tests"
22

3-
on: [push, pull_request]
4-
3+
on:
4+
push:
5+
paths-ignore:
6+
- "README.md"
7+
- "CHANGELOG.md"
8+
- ".github/**"
9+
- "Samples/**"
10+
511
jobs:
612
test-package:
713
name: Test the package
@@ -33,4 +39,4 @@ jobs:
3339
packageMode: true
3440
projectPath: unity-package
3541
githubToken: ${{ secrets.GITHUB_TOKEN }}
36-
unityVersion: ${{ vars.UNITY_VERSION }}
42+
unityVersion: ${{ vars.UNITY_VERSION }}

0 commit comments

Comments
 (0)