No CI for documentation changes

This commit is contained in:
Chris Renshaw
2024-02-07 20:34:49 -04:00
committed by osm0sis
parent 484ab2aa63
commit 18f8277f16

View File

@@ -2,9 +2,9 @@ name: Android CI
on: on:
push: push:
branches: [ "main" ] paths-ignore: '**.md'
pull_request: pull_request:
branches: [ "main" ] paths-ignore: '**.md'
jobs: jobs:
build: build:
@@ -15,7 +15,7 @@ jobs:
- name: Check out - name: Check out
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
submodules: "recursive" submodules: 'recursive'
fetch-depth: 0 fetch-depth: 0
- name: Set up JDK 17 - name: Set up JDK 17
@@ -34,5 +34,5 @@ jobs:
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: PlayIntegrityFork-CI_#${{ github.run_number }} name: PlayIntegrityFork-CI_#${{ github.run_number }}
path: module/* path: 'module/*'
compression-level: 9 compression-level: 9