Skip to content

Commit 867b793

Browse files
authored
Fix branch name case in workflow configuration
1 parent 6e00e57 commit 867b793

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/work-jar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
push:
44
branches:
55
- main
6-
- Feature/AtomicFactory
6+
- feature/AtomicFactory
77
permissions:
88
contents: write
99
pages: write

0 commit comments

Comments
 (0)