Browse Source

update build release

NhanPT 2 years ago
parent
commit
6859b4214e
1 changed files with 2 additions and 3 deletions
  1. 2 3
      .github/workflows/docker-build.yml

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

@@ -1,9 +1,8 @@
 name: docker build
 
 on:
-  push:
-    branches:
-      - "release"
+  release:
+    types: [created]
 
 jobs:
   docker: