We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c2c291 commit 5362faaCopy full SHA for 5362faa
.github/workflows/main.yml
@@ -12,6 +12,7 @@ jobs:
12
steps:
13
- uses: actions/checkout@v4
14
- name: Trigger wasm deploy event
15
+ if: contains(github.event.release.tag_name, 'ELF')
16
run: |
17
curl -X POST \
18
-H "Accept: application/vnd.github+json" \
0 commit comments