We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79d7f8e commit fd05365Copy full SHA for fd05365
1 file changed
.github/workflows/build_apk.yml
@@ -7,8 +7,16 @@ name: Build_TouchHelper_APK
7
on:
8
push:
9
branches: [ master ]
10
+ paths-ignore:
11
+ - .github/workflows
12
+ - 'docs/**'
13
+ - README.md
14
pull_request:
15
16
17
18
19
20
21
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
22
jobs:
0 commit comments