We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05dc58f commit 94c0094Copy full SHA for 94c0094
.github/workflows/test.yaml
@@ -1,7 +1,13 @@
1
name: "Run Tests"
2
3
-on: [push, pull_request]
4
-
+on:
+ push:
5
+ paths-ignore:
6
+ - "README.md"
7
+ - "CHANGELOG.md"
8
+ - ".github/**"
9
+ - "Samples/**"
10
+
11
jobs:
12
test-package:
13
name: Test the package
@@ -33,4 +39,4 @@ jobs:
33
39
packageMode: true
34
40
projectPath: unity-package
35
41
githubToken: ${{ secrets.GITHUB_TOKEN }}
36
- unityVersion: ${{ vars.UNITY_VERSION }}
42
+ unityVersion: ${{ vars.UNITY_VERSION }}
0 commit comments