We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbf9b28 commit 14078e9Copy full SHA for 14078e9
1 file changed
.github/workflows/.build.yml
@@ -1,6 +1,10 @@
1
name: Build UnityDataTool
2
3
-on: workflow_dispatch
+on:
4
+ workflow_dispatch:
5
+ push:
6
+ branches:
7
+ - main
8
9
jobs:
10
build:
0 commit comments