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: push:
paths-ignore: paths-ignore:
- 'ios/**' - 'ios/**'
- '.github/**'
- 'readme.md' - 'readme.md'
pull_request: pull_request:
paths-ignore: paths-ignore:
- 'ios/**' - 'ios/**'
- '.github/**'
- 'readme.md' - 'readme.md'
jobs: jobs:
main: main:

View file

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