Browse Source

Update publish_docker.yml

Daniel Gatis 1 year ago
parent
commit
342fc54d3a
1 changed files with 0 additions and 5 deletions
  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: