From f7392af08dc31c109a5ed19754802bbafd3f51f5 Mon Sep 17 00:00:00 2001 From: Nikita Vasilev Date: Sun, 15 Oct 2023 13:53:46 +0300 Subject: [PATCH] Update `ci.yml` --- .github/workflows/ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 587f5487e..17e9f9171 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,9 +8,10 @@ on: pull_request: paths: - '.swiftlint.yml' - branches: - - main - - dev + - ".github/workflows/**" + - "Package.swift" + - "Source/**" + - "Tests/**" concurrency: group: ci