Skip to content

Commit 80e67b9

Browse files
authored
update build action
1 parent 4c2a2fd commit 80e67b9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Build
22

3-
on: [workflow_dispatch]
3+
on: [workflow_dispatch, push]
44

55
jobs:
66
build:
@@ -27,4 +27,4 @@ jobs:
2727
run: chmod +x ./gradlew
2828

2929
- name: Build with Gradle
30-
run: ./gradlew build
30+
run: ./gradlew build

0 commit comments

Comments
 (0)