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