Skip to content

Commit 30a55c5

Browse files
committed
chore(branchCheck): check branch name
1 parent 65800bf commit 30a55c5

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/git_checks.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
on: pull_request
2+
3+
name: Git checks
4+
5+
jobs:
6+
xpeho_workflows_git_checks:
7+
uses: XPEHO/Xpeho-Workflows/.github/workflows/git_checks.yaml@main

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ SPRING_LIQUIBASE_ENABLED=true
134134
dummy.api.base-url=https://dummyjson.com/
135135
```
136136

137-
### Profiles
137+
### Profiles
138138

139139
- **default**: PostgreSQL (production)
140140
- **local**: Custom local settings

0 commit comments

Comments
 (0)