about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/build_aflplusplus_docker.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/build_aflplusplus_docker.yaml b/.github/workflows/build_aflplusplus_docker.yaml
index 89e95177..ab3bfeee 100644
--- a/.github/workflows/build_aflplusplus_docker.yaml
+++ b/.github/workflows/build_aflplusplus_docker.yaml
@@ -3,12 +3,12 @@ name: Publish Docker Images
 on:
   push:
     branches: [ stable ]
-    paths:
-    - Dockerfile
+#    paths:
+#    - Dockerfile
   pull_request:
     branches: [ stable ]
-    paths:
-    - Dockerfile
+#    paths:
+#    - Dockerfile
 
 jobs:
   push_to_registry: