]> git.seodisparate.com - jumpartifact.com_demo_0/commitdiff
Only activate gitea action on push to 'main'
authorStephen Seo <seo.disparate@gmail.com>
Sun, 20 Aug 2023 08:29:48 +0000 (17:29 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Sun, 20 Aug 2023 08:29:48 +0000 (17:29 +0900)
.gitea/workflows/publish_wasm.yaml

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