From 0145e9fdcdd3de03200f7e287fb55ebd5722afc0 Mon Sep 17 00:00:00 2001 From: Jade Ellis Date: Sat, 21 Jun 2025 18:06:36 +0100 Subject: [PATCH] ci: fixes --- .forgejo/actions/prefligit/action.yml | 2 +- .forgejo/workflows/prefligit-checks.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.forgejo/actions/prefligit/action.yml b/.forgejo/actions/prefligit/action.yml index 10f47af9..6ee78099 100644 --- a/.forgejo/actions/prefligit/action.yml +++ b/.forgejo/actions/prefligit/action.yml @@ -1,4 +1,4 @@ -name: reflighit +name: prefligit description: | Runs reflighit, pre-commit reimplemented in Rust. inputs: diff --git a/.forgejo/workflows/prefligit-checks.yml b/.forgejo/workflows/prefligit-checks.yml index 8eae8451..2978ac4f 100644 --- a/.forgejo/workflows/prefligit-checks.yml +++ b/.forgejo/workflows/prefligit-checks.yml @@ -2,6 +2,7 @@ name: Checks / Prefligit on: push: + pull_request: jobs: prefligit: