From 85c5f087e01f41a5056de1de2b7dc4b6930f7583 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Leb=C3=A8gue?= Date: Mon, 27 Apr 2026 15:48:27 +0200 Subject: [PATCH] chore(branchCheck): check branch name --- .github/workflows/git_checks.yaml | 7 +++++++ README.md | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/git_checks.yaml diff --git a/.github/workflows/git_checks.yaml b/.github/workflows/git_checks.yaml new file mode 100644 index 0000000..692e805 --- /dev/null +++ b/.github/workflows/git_checks.yaml @@ -0,0 +1,7 @@ +on: pull_request + +name: Git checks + +jobs: + xpeho_workflows_git_checks: + uses: XPEHO/Xpeho-Workflows/.github/workflows/git_checks.yaml@main diff --git a/README.md b/README.md index 63aa953..37f5c89 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ SPRING_LIQUIBASE_ENABLED=true dummy.api.base-url=https://dummyjson.com/ ``` -### Profiles +### Profiles - **default**: PostgreSQL (production) - **local**: Custom local settings