fix: exclude main from lockfile update trigger

main is protected and only receives merges from dev; pushing directly
to it from CI is blocked by branch protection rules.
This commit is contained in:
2026-06-17 00:56:52 +00:00
parent 5dcfde7c36
commit 3423d41535
+1
View File
@@ -5,6 +5,7 @@ on:
push:
branches:
- '**'
- '!main'
paths:
- 'pyproject.toml'
workflow_dispatch: