From 18f8277f16c85535b59c7920de8e3452227e0769 Mon Sep 17 00:00:00 2001 From: Chris Renshaw Date: Wed, 7 Feb 2024 20:34:49 -0400 Subject: [PATCH] No CI for documentation changes --- .github/workflows/android.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 2068bd5..b242f7d 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -2,9 +2,9 @@ name: Android CI on: push: - branches: [ "main" ] + paths-ignore: '**.md' pull_request: - branches: [ "main" ] + paths-ignore: '**.md' jobs: build: @@ -15,7 +15,7 @@ jobs: - name: Check out uses: actions/checkout@v4 with: - submodules: "recursive" + submodules: 'recursive' fetch-depth: 0 - name: Set up JDK 17 @@ -34,5 +34,5 @@ jobs: uses: actions/upload-artifact@v4 with: name: PlayIntegrityFork-CI_#${{ github.run_number }} - path: module/* + path: 'module/*' compression-level: 9