Skip to content

Commit

Permalink
No CI for documentation changes
Browse files Browse the repository at this point in the history
  • Loading branch information
osm0sis committed Feb 8, 2024
1 parent 484ab2a commit 18f8277
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Android CI

on:
push:
branches: [ "main" ]
paths-ignore: '**.md'
pull_request:
branches: [ "main" ]
paths-ignore: '**.md'

jobs:
build:
Expand All @@ -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
Expand All @@ -34,5 +34,5 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: PlayIntegrityFork-CI_#${{ github.run_number }}
path: module/*
path: 'module/*'
compression-level: 9

0 comments on commit 18f8277

Please sign in to comment.