From c585a71271e2fea737f103b553916c8b94e8ab4e Mon Sep 17 00:00:00 2001 From: Fijxu Date: Fri, 22 Mar 2024 11:42:16 -0300 Subject: [PATCH] 123 --- .forgejo/workflows/codespell.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/codespell.yml b/.forgejo/workflows/codespell.yml index e3e7e49a67..5b4a5f1706 100644 --- a/.forgejo/workflows/codespell.yml +++ b/.forgejo/workflows/codespell.yml @@ -9,7 +9,13 @@ # Actions Documentation: https://forgejo.org/docs/next/user/actions/#list-of-tasks-in-a-repository name: codespell -on: pull_request +on: + push: + branches: [ * ] + tags: [ "*" ] + pull_request: + branches: [ * ] + permissions: {} jobs: codespell: