aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2021-03-26 09:05:31 +0100
committerGitHub <noreply@github.com>2021-03-26 09:05:31 +0100
commit1f3d5c271a50daedd9924e1f792c0e3260d89e00 (patch)
tree5fb316cc00a24018d792c81dfae4bc677ff73817 /.github/workflows
parent96533f627e9ec5133502312211a7d677e256bfe7 (diff)
parent2c5844f6657861cfc881adf2f38aa5d3da3ccf9d (diff)
downloadafl++-1f3d5c271a50daedd9924e1f792c0e3260d89e00.tar.gz
Merge pull request #847 from zouyonghao/patch-1
Update custom_mutators.md
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build_aflplusplus_docker.yaml10
1 files changed, 6 insertions, 4 deletions
diff --git a/.github/workflows/build_aflplusplus_docker.yaml b/.github/workflows/build_aflplusplus_docker.yaml
index be8d795d..ab3bfeee 100644
--- a/.github/workflows/build_aflplusplus_docker.yaml
+++ b/.github/workflows/build_aflplusplus_docker.yaml
@@ -1,13 +1,15 @@
name: Publish Docker Images
+
on:
push:
branches: [ stable ]
- paths:
- - Dockerfile
+# paths:
+# - Dockerfile
pull_request:
branches: [ stable ]
- paths:
- - Dockerfile
+# paths:
+# - Dockerfile
+
jobs:
push_to_registry:
name: Push Docker images to Dockerhub