From 8e748b708472b2542780961fd8723c27a5a78feb Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sat, 7 Jun 2025 18:17:27 -0500 Subject: [PATCH] change lint test --- .gitea/workflows/lint-test.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/lint-test.yaml b/.gitea/workflows/lint-test.yaml index 9e56315..152375d 100644 --- a/.gitea/workflows/lint-test.yaml +++ b/.gitea/workflows/lint-test.yaml @@ -1,6 +1,8 @@ name: lint-and-test-charts -on: pull_request +on: + pull_request: + types: [opened] jobs: lint-test: