We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 906668f commit 8c30fefCopy full SHA for 8c30fef
1 file changed
.github/workflows/build_android.yaml
@@ -4,24 +4,8 @@ on:
4
workflow_dispatch:
5
push:
6
branches: ["main"]
7
- paths:
8
- - "app/**"
9
- - "gradle/**"
10
- - "build.gradle.kts"
11
- - "settings.gradle.kts"
12
- - "gradle.properties"
13
- - "gradlew"
14
- - ".github/workflows/build_android.yaml"
15
pull_request:
16
17
18
19
20
21
22
23
24
25
26
jobs:
27
build_apk:
@@ -54,7 +38,7 @@ jobs:
54
38
path: app/build/outputs/apk/release/app-release-unsigned.apk
55
39
56
40
- name: Create Release
57
- if: github.ref == 'refs/heads/main' && github.event_name == 'push'
41
+ if: github.event_name == 'push'
58
42
uses: softprops/action-gh-release@v2
59
43
with:
60
44
tag_name: latest
0 commit comments