jumpartifact.com_demo_0/.gitea/workflows/publish_wasm.yaml
Stephen Seo b0e898fb17
All checks were successful
Build and Publish WASM version of demo / Build-And-Deploy (push) Successful in 20s
Only activate gitea action on push to 'main'
2023-08-20 17:29:48 +09:00

12 lines
270 B
YAML

name: Build and Publish WASM version of demo
run-name: ${{ gitea.actor }} is building the WASM version
on:
push:
branches:
- 'main'
jobs:
Build-And-Deploy:
runs-on: archLinux
steps:
- run: cd && ./build_and_deploy_jumpartifact.com_demo_0.sh