We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c2a2fd commit 80e67b9Copy full SHA for 80e67b9
1 file changed
.github/workflows/build.yml
@@ -1,6 +1,6 @@
1
name: Build
2
3
-on: [workflow_dispatch]
+on: [workflow_dispatch, push]
4
5
jobs:
6
build:
@@ -27,4 +27,4 @@ jobs:
27
run: chmod +x ./gradlew
28
29
- name: Build with Gradle
30
- run: ./gradlew build
+ run: ./gradlew build
0 commit comments