Skip to content

Commit fd05365

Browse files
authored
Don't build apk and publish release if the code is not changed (#69)
1 parent 79d7f8e commit fd05365

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/build_apk.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,16 @@ name: Build_TouchHelper_APK
77
on:
88
push:
99
branches: [ master ]
10+
paths-ignore:
11+
- .github/workflows
12+
- 'docs/**'
13+
- README.md
1014
pull_request:
1115
branches: [ master ]
16+
paths-ignore:
17+
- .github/workflows
18+
- 'docs/**'
19+
- README.md
1220

1321
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1422
jobs:

0 commit comments

Comments
 (0)