Skip to content

Commit 39cc694

Browse files
Update android-branch_ci.yml
Signed-off-by: CreativeCodeCat <wayne6324@gmail.com>
1 parent 6dfdf60 commit 39cc694

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/android-branch_ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ on:
66
branches:
77
- '*'
88
- '*/**'
9-
- '!*main'
9+
- '!*main*'
10+
- '!*translate*'
1011
workflow_dispatch:
1112

1213
jobs:
@@ -61,4 +62,4 @@ jobs:
6162
if: always()
6263
shell: bash
6364
run: |
64-
shred -u app/mLauncher.jks || rm -f app/mLauncher.jks
65+
shred -u app/mLauncher.jks || rm -f app/mLauncher.jks

0 commit comments

Comments
 (0)