Skip to content

Commit cf683b6

Browse files
committed
[ change ] Prevent WASM build from being triggered almost everytime
1 parent de3a302 commit cf683b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wasm.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: Compile WASM
22

33
on:
44
push:
5-
branches: [master, ci-*, ci]
5+
branches: [wasm]
66
tags:
77
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
88
pull_request:
9-
branches: [master]
9+
branches: [wasm]
1010

1111
env:
1212
GHC_WASM_META_FLAVOUR: '9.10'

0 commit comments

Comments
 (0)