From e44c1c24c57c1564fd881fde59c7197062a5ce90 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Wed, 20 Nov 2024 15:10:23 -0500 Subject: [PATCH] feat: Update ci workflow to only work on pushes to main branch and pull requests. --- .gitea/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 41be121..b7d76ee 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -2,6 +2,7 @@ name: CI on: push: + branches: ["main"] pull_request: jobs: