Skip to content

Commit

Permalink
branch rel-703
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymiller committed Feb 5, 2025
1 parent fdd6819 commit ce825f1
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/js-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/styling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Styling

on:
push:
branches: [ master ]
branches: [ rel-703 ]
pull_request:
branches: [ master ]
branches: [ rel-703 ]

permissions:
contents: read
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/syntax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Syntax

on:
push:
branches: [ master ]
branches: [ rel-703 ]
pull_request:
branches: [ master ]
branches: [ rel-703 ]

permissions:
contents: read
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Test

on:
push:
branches: [ master ]
branches: [ rel-703 ]
pull_request:
branches: [ master ]
branches: [ rel-703 ]

permissions:
contents: read
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit ce825f1

Please sign in to comment.