Browse Source

chore: ignore readme changes in docker-publish workflow

Miguel Ángel Moreno 7 months ago
parent
commit
137f87f3cd
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .github/workflows/docker-publish.yml

+ 4 - 0
.github/workflows/docker-publish.yml

@@ -2,6 +2,10 @@ name: Publish Docker image
 
 on:
   push:
+    branches:
+      - master
+    paths-ignore:
+      - "**/README"
 
 jobs:
   docker-publish: