Skip to content

Commit

Permalink
Don't build apk and publish release if the code is not changed (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
linsui committed Sep 7, 2023
1 parent 79d7f8e commit fd05365
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build_apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,16 @@ name: Build_TouchHelper_APK
on:
push:
branches: [ master ]
paths-ignore:
- .github/workflows
- 'docs/**'
- README.md
pull_request:
branches: [ master ]
paths-ignore:
- .github/workflows
- 'docs/**'
- README.md

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

0 comments on commit fd05365

Please sign in to comment.