Skip to content

Commit fa9d235

Browse files
committed
make workflow right
1 parent 66b9a17 commit fa9d235

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/android.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Android CI
22

33
on:
44
push:
5+
branches:
6+
- main
57
paths:
68
- "app/**"
79
- "imitate/**"

.github/workflows/release_app.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
push:
55
tags:
66
- "v*"
7-
branches:
8-
- main
97
workflow_dispatch:
108

119
jobs:

0 commit comments

Comments
 (0)