mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-01 20:46:08 +00:00
ci: run in pull requests (#262)
* ci: run in pull requests * ci: try adding brackets to if * ci: show vars * ci: use repo name
This commit is contained in:
parent
f7c8b437e9
commit
00d7f75610
3
.github/workflows/check.yml
vendored
3
.github/workflows/check.yml
vendored
@ -1,6 +1,7 @@
|
|||||||
name: Build, Lint, Format & Publish
|
name: Build, Lint, Format & Publish
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
linter:
|
linter:
|
||||||
@ -44,4 +45,4 @@ jobs:
|
|||||||
|
|
||||||
- name: Publish in pkg.pr.new
|
- name: Publish in pkg.pr.new
|
||||||
run: pnpx pkg-pr-new publish
|
run: pnpx pkg-pr-new publish
|
||||||
if: github.event.pull_request.head.repo.full_name == github.repository
|
if: github.repository == 'tiramisulabs/seyfert'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user