Skip to content

Commit 14078e9

Browse files
committed
Add build trigger for pushes to main
1 parent dbf9b28 commit 14078e9

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/.build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Build UnityDataTool
22

3-
on: workflow_dispatch
3+
on:
4+
workflow_dispatch:
5+
push:
6+
branches:
7+
- main
48

59
jobs:
610
build:

0 commit comments

Comments
 (0)