From 421f3fcbc5c9f99b410914785099291376c731e6 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Mon, 31 Mar 2025 18:28:32 +0200 Subject: [PATCH] chore(ci): change types to oopened, reopened and synchronize --- .gitea/workflows/shellcheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/shellcheck.yml b/.gitea/workflows/shellcheck.yml index 5df26e5..5fbffde 100644 --- a/.gitea/workflows/shellcheck.yml +++ b/.gitea/workflows/shellcheck.yml @@ -3,7 +3,7 @@ name: Lint Shell files on: pull_request: branches: ["*"] - types: ["opened", "edited"] + types: ["opened", "reopened", "synchronize"] workflow_dispatch: {} jobs: