Merge pull request #36 from sudolulo/fix/lockfile-workflow-main-exclusion

fix: exclude main from lockfile update workflow trigger
This commit is contained in:
2026-06-16 21:01:25 -04:00
committed by GitHub
+1
View File
@@ -5,6 +5,7 @@ on:
push:
branches:
- '**'
- '!main'
paths:
- 'pyproject.toml'
workflow_dispatch: