jumpartifact.com_demo_0/.forgejo/workflows/publish_wasm.yaml

20 lines
491 B
YAML
Raw Normal View History

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