From 3f083c6440325c0437bfa70f4c00b08ac9107e76 Mon Sep 17 00:00:00 2001 From: Alan Jowett Date: Thu, 7 Nov 2024 15:43:05 -0800 Subject: [PATCH] Switch to fuzzing main branch (#3988) Signed-off-by: Alan Jowett Co-authored-by: Alan Jowett --- .onefuzz/OneFuzzConfig.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.onefuzz/OneFuzzConfig.json b/.onefuzz/OneFuzzConfig.json index 8556d82095..3f31f2cc84 100644 --- a/.onefuzz/OneFuzzConfig.json +++ b/.onefuzz/OneFuzzConfig.json @@ -6,7 +6,7 @@ "JobNotificationEmail": "edgeosebpf@microsoft.com", "Skip": false, "TargetBuildBranches": [ - "feature/security_fix" + "main" ], "Fuzzer": { "$type": "libfuzzer", @@ -83,7 +83,7 @@ "JobNotificationEmail": "edgeosebpf@microsoft.com", "Skip": false, "TargetBuildBranches": [ - "feature/security_fix" + "main" ], "Fuzzer": { "$type": "libfuzzer", @@ -160,7 +160,7 @@ "JobNotificationEmail": "edgeosebpf@microsoft.com", "Skip": false, "TargetBuildBranches": [ - "feature/security_fix" + "main" ], "Fuzzer": { "$type": "libfuzzer", @@ -237,7 +237,7 @@ "JobNotificationEmail": "edgeosebpf@microsoft.com", "Skip": false, "TargetBuildBranches": [ - "feature/security_fix" + "main" ], "Fuzzer": { "$type": "libfuzzer", @@ -314,7 +314,7 @@ "JobNotificationEmail": "edgeosebpf@microsoft.com", "Skip": false, "TargetBuildBranches": [ - "feature/security_fix" + "main" ], "Fuzzer": { "$type": "libfuzzer",