Przeglądaj źródła

:octocat: Update workflow for releasing Docker Image

Liang Ding 3 lat temu
rodzic
commit
7a94ff581b
1 zmienionych plików z 3 dodań i 2 usunięć
  1. 3 2
      .github/workflows/dockerimage.yml

+ 3 - 2
.github/workflows/dockerimage.yml

@@ -1,7 +1,8 @@
 name: Release Docker Image
 on:
-  release:
-    types: [ published, edited ]
+  push:
+    branches:
+      - master
 jobs:
   build:
     runs-on: ubuntu-latest