Commit a2cf988 1 parent 865db8c commit a2cf988 Copy full SHA for a2cf988
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ name: Continuous Integration
2
2
3
3
on :
4
4
pull_request :
5
+ push :
6
+ branches :
7
+ - v2
5
8
6
9
permissions :
7
10
contents : read
@@ -112,8 +115,8 @@ jobs:
112
115
# Deployment steps taken from https://github.com/colinwilson/static-site-to-vercel/blob/master/.github/workflows/deploy-preview.yml
113
116
repl_build :
114
117
name : Build REPL
118
+ if : ${{ github.event_name == 'pull_request' }}
115
119
runs-on : ubuntu-latest
116
- needs : [unit_tests]
117
120
permissions :
118
121
deployments : write
119
122
steps :
@@ -137,11 +140,8 @@ jobs:
137
140
- name : Bump max inotify watches
138
141
run : echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p;
139
142
- run : yarn --frozen-lockfile
140
- - name : Download @parcel/rust Linux Binaries artifact
141
- uses : actions/download-artifact@v3
142
- with :
143
- name : Rust Linux Binaries
144
- path : packages/core/rust
143
+ - name : Build native packages
144
+ run : yarn build-native-release
145
145
- run : yarn build
146
146
- run : yarn build-native-wasm
147
147
- run : yarn workspace @parcel/repl build
You can’t perform that action at this time.
0 commit comments