From ce825f1bca3cf91304c149148005b35162abd05e Mon Sep 17 00:00:00 2001 From: Brady Miller Date: Wed, 5 Feb 2025 00:53:58 -0800 Subject: [PATCH] branch rel-703 --- .github/workflows/js-test.yml | 4 ++-- .github/workflows/styling.yml | 4 ++-- .github/workflows/syntax.yml | 4 ++-- .github/workflows/test.yml | 4 ++-- README.md | 6 +++--- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/js-test.yml b/.github/workflows/js-test.yml index 281a4463998..f204b5fbcbb 100644 --- a/.github/workflows/js-test.yml +++ b/.github/workflows/js-test.yml @@ -2,9 +2,9 @@ name: JS Unit Test on: push: - branches: [ master ] + branches: [ rel-703 ] pull_request: - branches: [ master ] + branches: [ rel-703 ] permissions: contents: read diff --git a/.github/workflows/styling.yml b/.github/workflows/styling.yml index f1cf267e335..8f8fcbdef6c 100644 --- a/.github/workflows/styling.yml +++ b/.github/workflows/styling.yml @@ -2,9 +2,9 @@ name: Styling on: push: - branches: [ master ] + branches: [ rel-703 ] pull_request: - branches: [ master ] + branches: [ rel-703 ] permissions: contents: read diff --git a/.github/workflows/syntax.yml b/.github/workflows/syntax.yml index bee1324e22f..4bf1c24329b 100644 --- a/.github/workflows/syntax.yml +++ b/.github/workflows/syntax.yml @@ -2,9 +2,9 @@ name: Syntax on: push: - branches: [ master ] + branches: [ rel-703 ] pull_request: - branches: [ master ] + branches: [ rel-703 ] permissions: contents: read diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3474c8913ff..34b25698228 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,9 +2,9 @@ name: Test on: push: - branches: [ master ] + branches: [ rel-703 ] pull_request: - branches: [ master ] + branches: [ rel-703 ] permissions: contents: read diff --git a/README.md b/README.md index 7e9feef8d5c..dd9fbb66219 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -![Syntax Status](https://github.com/openemr/openemr/workflows/Syntax/badge.svg?branch=master) -![Styling Status](https://github.com/openemr/openemr/workflows/Styling/badge.svg?branch=master) -![Testing Status](https://github.com/openemr/openemr/workflows/Test/badge.svg?branch=master) +![Syntax Status](https://github.com/openemr/openemr/workflows/Syntax/badge.svg?branch=rel-703) +![Styling Status](https://github.com/openemr/openemr/workflows/Styling/badge.svg?branch=rel-703) +![Testing Status](https://github.com/openemr/openemr/workflows/Test/badge.svg?branch=rel-703) [![Backers on Open Collective](https://opencollective.com/openemr/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/openemr/sponsors/badge.svg)](#sponsors)