From 47801de6406d5fa3333bfe33e6f520ff058facde Mon Sep 17 00:00:00 2001 From: Sean Sica <23294618+seansica@users.noreply.github.com> Date: Fri, 18 Oct 2024 14:53:06 -0400 Subject: [PATCH] ci: change CI workflow trigger to pull_request --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 173250b..e2eefb8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,7 @@ name: CI on: - push: # Run commitlint on every push to any branch + pull_request: permissions: contents: read # for checkout