Skip to content

Commit a6fce71

Browse files
committed
Add workflow_dispatch trigger and support for qin branches
1 parent 3d56e20 commit a6fce71

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build-apk.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,22 @@ name: Build APK
22

33
on:
44
push:
5-
branches: [ feature/auto-blacklist-updates ]
5+
branches: [ master, main, master-qin, qin-feature/auto-blacklist-updates ]
66
paths-ignore:
77
- '**.md'
88
- '**.txt'
99
- 'docs/**'
1010
- '.gitignore'
1111
- 'LICENSE'
1212
pull_request:
13-
branches: [ feature/auto-blacklist-updates ]
13+
branches: [ master, main, master-qin, qin-feature/auto-blacklist-updates ]
1414
paths-ignore:
1515
- '**.md'
1616
- '**.txt'
1717
- 'docs/**'
1818
- '.gitignore'
1919
- 'LICENSE'
20+
workflow_dispatch:
2021

2122
jobs:
2223
build:

0 commit comments

Comments
 (0)