Skip to content

Commit 2e666e8

Browse files
authored
Exclude ios from build action
1 parent e5d30ab commit 2e666e8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/make-rel-ios.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ jobs:
8585
CHROME_PK: ${{secrets.CHROME_PK}}
8686
- name: Build
8787
run: yarn run make:${{ matrix.make_target }}
88+
if: ${{ matrix.make_target != 'ios' }}
8889
env:
8990
WEB_EXT_SOURCE_DIR: "dist"
9091
WEB_EXT_API_KEY: ${{ secrets.WEB_EXT_API_KEY }}

0 commit comments

Comments
 (0)