From 70a5b154097c31e098af31a32ea1ef8573b6e076 Mon Sep 17 00:00:00 2001 From: Vamshi Maskuri <117595548+varshith257@users.noreply.github.com> Date: Mon, 6 May 2024 02:42:42 +0530 Subject: [PATCH] Github Action Added to Block PRs from fork/main branch (#699) --- .github/workflows/ci-test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 98e4c65d..04fb41af 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -33,3 +33,6 @@ jobs: - name: Build run: | make build + + - name: Ensure PR is not on main branch + uses: jaegertracing/jaeger/.github/actions/block-pr-not-on-main@main