diff options
Diffstat (limited to '.github/workflows/branch_deploy.yml')
-rw-r--r-- | .github/workflows/branch_deploy.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/branch_deploy.yml b/.github/workflows/branch_deploy.yml index 7181faca..46f84ce0 100644 --- a/.github/workflows/branch_deploy.yml +++ b/.github/workflows/branch_deploy.yml @@ -2,6 +2,14 @@ on: push: branches-ignore: - master + paths: + - '.github/**' + - 'app/**' + - 'gradle/**' + - '*.properties' + - '*.gradle' + - 'gradlew' + - 'gradlew.bat' name: Build debug jobs: |