Merge pull request #37 from sudolulo/dev

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