Skip to content

Commit 9f3ad28

Browse files
committed
ci: interscript-ts port is on main — clone main instead of the port branch
1 parent 1f473da commit 9f3ad28

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
cache: npm
1919
- name: Clone interscript-ts (file: dependency)
2020
run: |
21-
git clone --depth=1 --branch feat/imf-runtime-ts https://github.com/interscript/interscript-ts.git ../interscript-ts
21+
git clone --depth=1 --branch main https://github.com/interscript/interscript-ts.git ../interscript-ts
2222
cd ../interscript-ts && npm ci && npm run build
2323
- name: Install dependencies
2424
run: npm ci

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
cache: npm
3232
- name: Clone interscript-ts (file: dependency)
3333
run: |
34-
git clone --depth=1 --branch feat/imf-runtime-ts https://github.com/interscript/interscript-ts.git ../interscript-ts
34+
git clone --depth=1 --branch main https://github.com/interscript/interscript-ts.git ../interscript-ts
3535
cd ../interscript-ts && npm ci && npm run build
3636
- name: Install dependencies
3737
run: npm ci

0 commit comments

Comments
 (0)