aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-03-25 10:27:30 +0100
committervanhauser-thc <vh@thc.org>2021-03-25 10:27:30 +0100
commit236a67621b82e3f8b809cb4e51975e466c2147d0 (patch)
tree5ac2f338d7a02a32f18cc6d757d5e99854deadba /.github
parent2d662ace87cf4b55ac2a74e333247503a15072b3 (diff)
downloadAFLplusplus-236a67621b82e3f8b809cb4e51975e466c2147d0.tar.gz
try to trigger github actions
Diffstat (limited to '.github')
-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: