Skip to content

Commit ab80db9

Browse files
Accept tag push events to build release artifacts
1 parent d84c842 commit ab80db9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Build ruby.wasm
22
on:
33
push:
44
branches: [main]
5+
tags:
56
pull_request:
67
workflow_call:
78
inputs:

0 commit comments

Comments
 (0)