Skip to content

Commit 8c8469c

Browse files
committed
Fix GitHub Action.
1 parent 672bfe3 commit 8c8469c

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/build.yml

+2-10
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Build
22

33
on:
44
push:
5-
branches: [ main, release ]
5+
branches: [ main ]
66
pull_request:
7-
branches: [ main, release ]
7+
branches: [ main ]
88

99
# Allow manual runs:
1010
workflow_dispatch:
@@ -48,14 +48,6 @@ jobs:
4848
with:
4949
version: '23.x'
5050
repo-token: ${{ secrets.GITHUB_TOKEN }}
51-
52-
- name: Install NPM dependencies
53-
working-directory: ./web-client
54-
run: npm install
55-
56-
- name: Build JavaScript Client
57-
working-directory: ./web-client
58-
run: npm run build
5951

6052
- name: Run Rust Tests
6153
run: cargo test

0 commit comments

Comments
 (0)