aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-03-25 10:25:32 +0100
committervanhauser-thc <vh@thc.org>2021-03-25 10:25:32 +0100
commit2d662ace87cf4b55ac2a74e333247503a15072b3 (patch)
tree3cb0e536d426f6d74657bc316af1cdab285635e3 /.github
parent2dac4e785fa9f27e8c59bb504cfa8942eba938be (diff)
downloadAFLplusplus-2d662ace87cf4b55ac2a74e333247503a15072b3.tar.gz
try to trigger github actions
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_aflplusplus_docker.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build_aflplusplus_docker.yaml b/.github/workflows/build_aflplusplus_docker.yaml
index be8d795d..89e95177 100644
--- a/.github/workflows/build_aflplusplus_docker.yaml
+++ b/.github/workflows/build_aflplusplus_docker.yaml
@@ -1,4 +1,5 @@
name: Publish Docker Images
+
on:
push:
branches: [ stable ]
@@ -8,6 +9,7 @@ on:
branches: [ stable ]
paths:
- Dockerfile
+
jobs:
push_to_registry:
name: Push Docker images to Dockerhub