Browse Source

ci: deploy web app when release

Andelf 2 years ago
parent
commit
025d1fd730
1 changed files with 2 additions and 3 deletions
  1. 2 3
      .github/workflows/build-stage.yml

+ 2 - 3
.github/workflows/build-stage.yml

@@ -3,10 +3,9 @@
 name: Build-Stage
 
 on:
-#  push:
-#    branches: [master, stage]
-
   workflow_dispatch:
+  release:
+    types: [released]
 
 jobs:
   build: