Skip to content

Commit

Permalink
chore: update workflows config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Aug 29, 2021
1 parent 1b34c95 commit 52862b7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_ios_app.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: iOS
on: [push, pull_request]

env:
SKIP_PREFLIGHT_CHECK: true

# https://github.com/uiwjs/react-native-uiw/issues/156
jobs:
build:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ on:
push:
branches:
- master

env:
SKIP_PREFLIGHT_CHECK: true

jobs:
build-deploy:
runs-on: ubuntu-18.04
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Pull Request Build
on:
pull_request:

env:
SKIP_PREFLIGHT_CHECK: true

jobs:
build-deploy:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 52862b7

Please sign in to comment.