From dc64cb498e253b6e66bf625e5c9dfc6cf521ac0f Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 9 Jun 2025 13:35:20 -0500 Subject: [PATCH] always run on pr --- .gitea/workflows/lint-test.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/lint-test.yaml b/.gitea/workflows/lint-test.yaml index eb00506..6fa221d 100644 --- a/.gitea/workflows/lint-test.yaml +++ b/.gitea/workflows/lint-test.yaml @@ -2,7 +2,6 @@ name: lint-and-test on: pull_request: - types: [opened] jobs: lint-test: