From 9f4514c387dc9adf9c82978014c17cfd08921400 Mon Sep 17 00:00:00 2001 From: Abdulkaiz Khatri <24286590+ful1e5@users.noreply.github.com> Date: Mon, 13 Nov 2023 19:16:59 +0530 Subject: [PATCH] ci: Run CI when PR send to 'main' branch --- .github/workflows/{lint.yml => ci.yml} | 8 ++++++++ 1 file changed, 8 insertions(+) rename .github/workflows/{lint.yml => ci.yml} (89%) diff --git a/.github/workflows/lint.yml b/.github/workflows/ci.yml similarity index 89% rename from .github/workflows/lint.yml rename to .github/workflows/ci.yml index 305dffc..6e5f394 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/ci.yml @@ -2,6 +2,14 @@ name: CI on: push: + paths-ignore: + - README.md + - LICENSE + + pull_request: + paths-ignore: + - README.md + - LICENSE branches: - main