Browse Source

publish docker images only on release

Vladislav Yarmak 1 year ago
parent
commit
cf46e9e3d5
1 changed files with 0 additions and 3 deletions
  1. 0 3
      .github/workflows/docker-ci.yml

+ 0 - 3
.github/workflows/docker-ci.yml

@@ -1,9 +1,6 @@
 name: docker-ci
 
 on:
-  push:
-    branches:
-      - 'master'
   release:
     types: [published]