ソースを参照

Update publish_docker.yml

Daniel Gatis 1 年間 前
コミット
342fc54d3a
1 ファイル変更0 行追加5 行削除
  1. 0 5
      .github/workflows/publish_docker.yml

+ 0 - 5
.github/workflows/publish_docker.yml

@@ -2,13 +2,8 @@ name: Publish Docker image
 
 on:
   push:
-    branches:
-      - "main"
     tags:
       - "v*.*.*"
-  pull_request:
-    branches:
-      - "main"
 
 jobs:
   push_to_registry: