Skip to content

Commit c59db0d

Browse files
authored
👷 Fix branch name in guard-dependencies.yml (#404)
1 parent b987010 commit c59db0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/guard-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Guard Dependencies
22

33
on:
44
pull_request_target: # zizmor: ignore[dangerous-triggers] -- This workflow only reads context.payload metadata, never checks out PR code
5-
branches: [master]
5+
branches: [main]
66
paths:
77
- pyproject.toml
88
- uv.lock

0 commit comments

Comments
 (0)