Browse Source

Update publish_docker.yml

Daniel Gatis 1 năm trước cách đây
mục cha
commit
342fc54d3a

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

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