Skip to content

Commit

Permalink
ci: set wasm build test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi committed Jan 11, 2025
1 parent 95860cc commit 3198fb2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build-wasm.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
name: Build WASM
on:
pull_request:
branches:
- main
paths:
- src/**
- configure*
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3198fb2

Please sign in to comment.