about summary refs log tree commit diff
path: root/.github/workflows
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-03-19 14:55:25 +0100
committervanhauser-thc <vh@thc.org>2021-03-19 14:55:25 +0100
commite73c7c59c14d0bff1c1b25aa264fe18b7cdcddaf (patch)
tree9c5042ca06e7f0283bd38d46133abfd2b1792b3a /.github/workflows
parent99525dee385a166d282a18ea70ae6ed85ac7f71b (diff)
downloadafl++-e73c7c59c14d0bff1c1b25aa264fe18b7cdcddaf.tar.gz
refactor finding binaries
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml4
-rw-r--r--.github/workflows/codeql-analysis.yml4
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 8412fcbb..31cfceaf 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -3,8 +3,8 @@ name: CI
 on:
   push:
     branches: [ stable, dev ]
-#  pull_request:
-#    branches: [ stable, dev ]
+  pull_request:
+    branches: [ stable, dev ]
 
 jobs:
   build:
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index e6c166f2..eda8dfd0 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -3,8 +3,8 @@ name: "CodeQL"
 on:
   push:
     branches: [ stable, dev ]
-#  pull_request:
-#    branches: [ stable, dev ]
+  pull_request:
+    branches: [ stable, dev ]
 
 jobs:
   analyze: