Update gitea workflow
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

This commit is contained in:
Stephen Seo 2023-08-31 22:02:38 +09:00
parent 5c9cd56884
commit 7ca57870eb

View file

@ -4,9 +4,16 @@ on:
push:
branches:
- 'main'
- 'devel'
jobs:
Build-And-Deploy:
Build-And-Deploy-main:
if: github.ref_name == 'main'
runs-on: archLinux
steps:
- run: cd && ./build_and_deploy_jumpartifact.com_demo_0.sh
- 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