Skip to content

Commit 5362faa

Browse files
committed
CI: Add trigger condition of deploy-wasm
System emulation has not integrated yet to the WASM environment, thus triggering the deploy-wasm workflow only when ELF prebuilt releases.
1 parent 0c2c291 commit 5362faa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414
- name: Trigger wasm deploy event
15+
if: contains(github.event.release.tag_name, 'ELF')
1516
run: |
1617
curl -X POST \
1718
-H "Accept: application/vnd.github+json" \

0 commit comments

Comments
 (0)