diff options
author | vanhauser-thc <vh@thc.org> | 2021-03-25 10:27:30 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-03-25 10:27:30 +0100 |
commit | 236a67621b82e3f8b809cb4e51975e466c2147d0 (patch) | |
tree | 5ac2f338d7a02a32f18cc6d757d5e99854deadba | |
parent | 2d662ace87cf4b55ac2a74e333247503a15072b3 (diff) | |
download | afl++-236a67621b82e3f8b809cb4e51975e466c2147d0.tar.gz |
try to trigger github actions
-rw-r--r-- | .github/workflows/build_aflplusplus_docker.yaml | 8 |
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: |