aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/pull_request.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/pull_request.yml')
-rw-r--r--.github/workflows/pull_request.yml11
1 files changed, 10 insertions, 1 deletions
diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml
index a6cfccc3..59fd15f5 100644
--- a/.github/workflows/pull_request.yml
+++ b/.github/workflows/pull_request.yml
@@ -1,4 +1,13 @@
-on: pull_request
+on:
+ pull_request:
+ paths:
+ - '.github/**'
+ - 'app/**'
+ - 'gradle/**'
+ - '*.properties'
+ - '*.gradle'
+ - 'gradlew'
+ - 'gradlew.bat'
name: Check pull request
jobs: