Skip to content

Commit 21b4c16

Browse files
committed
Update GitHub workflow to trigger on wasmJS branch
This commit updates the GitHub workflow configuration in `.github/workflows/web.yml`. The workflow will now also be triggered on pushes to the `wasmJS` branch, in addition to `master` and `dev`.
1 parent 6d99f09 commit 21b4c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build & Deploy CI/CD
22

33
on:
44
push:
5-
branches: ["master", "dev"]
5+
branches: ["master", "dev", "wasmJS"]
66

77
# Allows you to run this workflow manually from the Actions tab
88
workflow_dispatch:

0 commit comments

Comments
 (0)