From 3bcda37e6656953b045afe51e3fbd23a00714531 Mon Sep 17 00:00:00 2001 From: Dan Ditomaso Date: Mon, 7 Jul 2025 11:52:48 -0400 Subject: [PATCH] update pr workflow (#697) --- .github/workflows/pr.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 12935b63..db505f84 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -1,9 +1,6 @@ -name: Push to Main CI +name: Pull Request CI -on: - push: - branches: - - main +on: pull_request permissions: contents: write