Merge pull request #37 from sudolulo/dev
fix: exclude main from lockfile update workflow trigger
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