浏览代码

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: