From acce7f7424cc62a1ed0bf9b9ec1d380a6c6e4860 Mon Sep 17 00:00:00 2001 From: Kelly Thomas Reardon Date: Tue, 12 May 2026 22:38:29 -0500 Subject: [PATCH] updated security actions to include all branches --- .gitea/workflows/security.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/security.yaml b/.gitea/workflows/security.yaml index a8b8d23..ff13985 100644 --- a/.gitea/workflows/security.yaml +++ b/.gitea/workflows/security.yaml @@ -4,8 +4,7 @@ on: pull_request: push: branches: - - main - - develop + - "**" jobs: security: