Skip to content

Commit 85360d7

Browse files
committed
Only deploy cloudcompiler manually
1 parent 469b87e commit 85360d7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/cloudcompiler.yaml

+1-4
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ env:
44
RUST_BACKTRACE: 1
55

66
on:
7-
pull_request:
8-
branches:
9-
- 'master'
107
workflow_dispatch:
118

129
jobs:
@@ -73,4 +70,4 @@ jobs:
7370
registry: https://registry.wapm.dev
7471
directory: target/wasm32-wasi/release/cloudcompiler
7572
username: ${{ secrets.WAPM_DEV_USERNAME }}
76-
password: ${{ secrets.WAPM_DEV_PASSWORD }}
73+
password: ${{ secrets.WAPM_DEV_PASSWORD }}

0 commit comments

Comments
 (0)