Only activate gitea action on push to 'main'
All checks were successful
Build and Publish WASM version of demo / Build-And-Deploy (push) Successful in 20s

This commit is contained in:
Stephen Seo 2023-08-20 17:29:48 +09:00
parent 596912617f
commit b0e898fb17

View file

@ -1,6 +1,9 @@
name: Build and Publish WASM version of demo name: Build and Publish WASM version of demo
run-name: ${{ gitea.actor }} is building the WASM version run-name: ${{ gitea.actor }} is building the WASM version
on: [push] on:
push:
branches:
- 'main'
jobs: jobs:
Build-And-Deploy: Build-And-Deploy: