jumpartifact.com_demo_0/.gitea/workflows/publish_wasm.yaml
Stephen Seo 2da57c616c
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 publish_wasm gitea workflow (gitea actions)
2023-09-04 12:27:53 +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