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 2af3392 commit 12c532aCopy full SHA for 12c532a
.github/workflows/tests.yml
@@ -1,6 +1,12 @@
1
name: Tests
2
3
-on: push
+on:
4
+ # Currently tests can only be ran against main branch because of how
5
+ # Test project is set up. See Samples\ExampleUnityProject\Packages\manifest.json
6
+ # Package is always cloned from the main branch for tests
7
+ push:
8
+ branches:
9
+ - main
10
11
env:
12
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
0 commit comments