jumpartifact.com_demo_0/.gitea/workflows/publish_wasm.yaml
Stephen Seo 7ca57870eb
All checks were successful
Build and Publish WASM version of demo / Build-And-Deploy-main (push) Successful in 25s
Build and Publish WASM version of demo / Build-And-Deploy-devel (push) Has been skipped
Update gitea workflow
2023-08-31 22:02:38 +09:00

19 lines
539 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 && flock ./build_lock bash ./build_and_deploy_jumpartifact.com_demo_0.sh
Build-And-Deploy-devel:
if: github.ref_name == 'devel'
runs-on: archLinux
steps:
- run: cd && flock ./build_lock bash ./build_and_deploy_jumpartifact.com_demo_0_devel.sh