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:
@@ -5,6 +5,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- '**'
|
||||
- '!main'
|
||||
paths:
|
||||
- 'pyproject.toml'
|
||||
workflow_dispatch:
|
||||
|
||||
Reference in New Issue
Block a user