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:
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