diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 48cbf94..5aeef39 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -1,8 +1,10 @@
-name: Build and deploy docker
+name: Docker Image CI
+
 on:
   push:
-    tags:
-      - v2.*
+    branches: [ "master" ]
+  pull_request:
+    branches: [ "master" ]
 
 jobs:
   publish-docker-image: