Skip to content

Commit 84bc40a

Browse files
Fix build trigger condition for tag
1 parent deff02d commit 84bc40a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build ruby.wasm
22
on:
33
push:
44
branches: [main]
5-
tags:
5+
tags: ["*"]
66
pull_request:
77
workflow_call:
88
inputs:

0 commit comments

Comments
 (0)