Skip to content

Commit 737dbf3

Browse files
committed
only run CI in dispatch
1 parent bd59e9c commit 737dbf3

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/build.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
name: Build APK
22

33
on:
4-
push:
5-
branches: "*"
6-
pull_request:
7-
branches: "*"
84
# Allows you to run this workflow manually from the Actions tab
95
workflow_dispatch:
106

@@ -24,13 +20,13 @@ jobs:
2420
with:
2521
flutter-version: '2.10.4'
2622

27-
- name: Build
23+
- name: Build APK
2824
run: |
2925
cd sw_app/
3026
flutter pub get
3127
flutter build apk --release
3228
33-
- name: Upload
29+
- name: Upload APK
3430
uses: actions/upload-artifact@v2
3531
with:
3632
name: release-apk

0 commit comments

Comments
 (0)