From 1877c1b2a82ec5b86ddbbbdec107b6e2c486b4dd Mon Sep 17 00:00:00 2001 From: Eric Fennis Date: Sun, 11 Apr 2021 01:53:52 +0200 Subject: [PATCH] turn on path check --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ecd8591ed..ea7a842df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,12 +4,12 @@ on: push: branches: - master - # paths: - # - icons/** + paths: + - icons/** jobs: create-release: - #if: github.repository == 'lucide-icons/lucide' + # if: github.repository == 'lucide-icons/lucide' runs-on: ubuntu-latest