Add ignore paths to build-apk workflow

This commit is contained in:
advplyr
2023-02-13 17:27:57 -06:00
committed by GitHub
parent 6cd04e7098
commit 3da6728f4c
+8 -1
View File
@@ -2,8 +2,15 @@ name: Build APK
on: on:
push: push:
paths-ignore:
- 'ios/**'
- '.github/**'
- 'readme.md'
pull_request: pull_request:
paths-ignore:
- 'ios/**'
- '.github/**'
- 'readme.md'
jobs: jobs:
main: main:
runs-on: ubuntu-latest runs-on: ubuntu-latest