From 00d7f7561082eff227ce7f42ccd44fc465f74134 Mon Sep 17 00:00:00 2001 From: David <35281350+Drylozu@users.noreply.github.com> Date: Thu, 5 Sep 2024 16:54:06 -0500 Subject: [PATCH] ci: run in pull requests (#262) * ci: run in pull requests * ci: try adding brackets to if * ci: show vars * ci: use repo name --- .github/workflows/check.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index ea70f55..39c7ba7 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -1,6 +1,7 @@ name: Build, Lint, Format & Publish on: push: + pull_request: jobs: linter: @@ -44,4 +45,4 @@ jobs: - name: Publish in pkg.pr.new run: pnpx pkg-pr-new publish - if: github.event.pull_request.head.repo.full_name == github.repository + if: github.repository == 'tiramisulabs/seyfert'