Merge pull request #582 from lkiesow/build-on-workflow-change

Build APK on Workflow Change
This commit is contained in:
advplyr 2023-02-14 06:27:51 -06:00 committed by GitHub
commit e3aad8c44f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 3 deletions

View file

@ -4,12 +4,10 @@ on:
push:
paths-ignore:
- 'ios/**'
- '.github/**'
- 'readme.md'
pull_request:
paths-ignore:
- 'ios/**'
- '.github/**'
- 'readme.md'
jobs:
main:

View file

@ -6,7 +6,6 @@ on:
- master
paths-ignore:
- 'ios/**'
- '.github/**'
- 'readme.md'
jobs: