Skip to content

Commit 149157b

Browse files
authored
Move workflow dispatch up
1 parent bc1d606 commit 149157b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wasm-rust-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Build and Push WASM Rust Base Image
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches: [ main, wasm ]
67
paths:
@@ -9,7 +10,6 @@ on:
910
branches: [ main ]
1011
paths:
1112
- 'samples/wasm/base-image/**'
12-
workflow_dispatch:
1313

1414
jobs:
1515
build-and-push:

0 commit comments

Comments
 (0)