From cd75f0c3845f87826bd96a6a0bea6b3113db5e70 Mon Sep 17 00:00:00 2001 From: Eric Fennis Date: Sun, 11 Apr 2021 02:03:49 +0200 Subject: [PATCH] add github repo check in workflow --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea7a842df..c9608e83d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ on: jobs: create-release: - # if: github.repository == 'lucide-icons/lucide' + if: github.repository == 'lucide-icons/lucide' runs-on: ubuntu-latest