From 60ff38e2072fb9c5b0c34412faf9aed82f9e7d63 Mon Sep 17 00:00:00 2001 From: Marco D'Aleo Date: Mon, 17 Nov 2025 15:12:01 +0000 Subject: [PATCH] Rename workflow and make it trigger on pull requests --- .github/workflows/{ci.yml => lint-and-security.yml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{ci.yml => lint-and-security.yml} (93%) diff --git a/.github/workflows/ci.yml b/.github/workflows/lint-and-security.yml similarity index 93% rename from .github/workflows/ci.yml rename to .github/workflows/lint-and-security.yml index 0230c1c..6ada047 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/lint-and-security.yml @@ -1,7 +1,7 @@ -name: CI +name: Lint & Security on: - push: + pull_request: jobs: precommit-and-security: