jumpartifact.com_demo_0/.forgejo/workflows/publish_wasm.yaml
Stephen Seo c38243f2ba
All checks were successful
Build and Publish WASM version of demo / Build-And-Deploy-main (push) Successful in 47s
Build and Publish WASM version of demo / Build-And-Deploy-devel (push) Has been skipped
Rename dir holding workflows for this project
2023-12-18 21:24:23 +09:00

19 lines
491 B
YAML

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