Skip to content

Commit 8c30fef

Browse files
author
CI Bot
committed
ci: remove paths filter to ensure workflow always triggers
1 parent 906668f commit 8c30fef

1 file changed

Lines changed: 1 addition & 17 deletions

File tree

.github/workflows/build_android.yaml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,8 @@ on:
44
workflow_dispatch:
55
push:
66
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"
157
pull_request:
168
branches: ["main"]
17-
paths:
18-
- "app/**"
19-
- "gradle/**"
20-
- "build.gradle.kts"
21-
- "settings.gradle.kts"
22-
- "gradle.properties"
23-
- "gradlew"
24-
- ".github/workflows/build_android.yaml"
259

2610
jobs:
2711
build_apk:
@@ -54,7 +38,7 @@ jobs:
5438
path: app/build/outputs/apk/release/app-release-unsigned.apk
5539

5640
- name: Create Release
57-
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
41+
if: github.event_name == 'push'
5842
uses: softprops/action-gh-release@v2
5943
with:
6044
tag_name: latest

0 commit comments

Comments
 (0)