From 6d3f649a0c66a41a6cc5f0d91727aa29434ba930 Mon Sep 17 00:00:00 2001 From: Colton Gabertan <66766340+colton-gabertan@users.noreply.github.com> Date: Mon, 28 Aug 2023 12:21:30 -0700 Subject: [PATCH] remove backend-ghidra from CI --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 309a37a7..84fe2110 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [ master, backend-ghidra ] + branches: [ master ] pull_request: - branches: [ master, backend-ghidra ] + branches: [ master ] permissions: read-all