ci: limit flake update workflow to main branch
Nix Flake Update / update (push) Successful in 43s

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-31 11:00:25 +01:00
parent b910699ef5
commit 09c6c2b0b6
+1
View File
@@ -8,6 +8,7 @@ on:
jobs: jobs:
update: update:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4