From 09c6c2b0b619b1165ab3c9619e1b696aea56b55d Mon Sep 17 00:00:00 2001 From: kalle Date: Sat, 31 Jan 2026 11:00:25 +0100 Subject: [PATCH] ci: limit flake update workflow to main branch Co-Authored-By: Claude Opus 4.5 --- .gitea/workflows/flake-update.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/flake-update.yaml b/.gitea/workflows/flake-update.yaml index 528f9b0..e9d930b 100644 --- a/.gitea/workflows/flake-update.yaml +++ b/.gitea/workflows/flake-update.yaml @@ -8,6 +8,7 @@ on: jobs: update: runs-on: ubuntu-latest + if: github.ref == 'refs/heads/main' steps: - uses: actions/checkout@v4