Skip to content

Commit

Permalink
ci: enable CI for branch
Browse files Browse the repository at this point in the history
  • Loading branch information
oscb committed Nov 28, 2023
1 parent fb4bd0b commit 7481e49
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: CI
on:
push:
branches: [master]
branches: [master, rnupgrade]
pull_request:
branches: [master]
branches: [master, rnupgrade]
workflow_dispatch:
jobs:
cancel_previous:
Expand All @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '20'
cache: 'yarn'
- name: Install
run: yarn install --frozen-lockfile
Expand All @@ -39,12 +39,12 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '20'
cache: 'yarn'

- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 14.1
xcode-version: 15.0.1

- name: Install applesimutils
run: |
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '20'
cache: 'yarn'

- name: Bootstrap
Expand Down

0 comments on commit 7481e49

Please sign in to comment.