Skip to content

Commit 86d7eef

Browse files
committed
update: Change build logic
1 parent 46de69f commit 86d7eef

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/workflows/android.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: Android CI
22

3-
on: [push]
3+
on:
4+
pull_request:
5+
branches:
6+
- 'master'
7+
push:
8+
branches:
9+
- 'master'
410

511
jobs:
612
build:

.github/workflows/apk.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Android Pull Request & Master CI
22

33
on:
4-
pull_request:
5-
branches:
6-
- 'master'
74
push:
85
branches:
96
- 'master'

0 commit comments

Comments
 (0)