We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33e548d commit a123117Copy full SHA for a123117
1 file changed
.github/workflows/test.yml
@@ -1,6 +1,8 @@
1
name: Run TestRunner 📝
2
3
-on: pull_request
+on:
4
+ workflow_dispatch: {}
5
+ pull_request
6
7
env:
8
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
0 commit comments