Skip to content

Commit

Permalink
public release
Browse files Browse the repository at this point in the history
  • Loading branch information
Algue-Rythme committed Mar 20, 2024
1 parent 5f87494 commit ecd2958
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
push:
branches:
- main
- release-no-advertising
- develop
pull_request:
branches:
- main
- release-no-advertising
- develop

jobs:
checks:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: tests

on:
push:
branches: ["main", "release-no-advertising"]
branches: ["main", "develop"]
pull_request:
branches: ["main", "release-no-advertising"]
branches: ["main", "develop"]

jobs:
build-and-test:
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<a href="#">
<img src="https://img.shields.io/badge/Python-3.9 | 3.10 | 3.11-efefef">
</a>
<a href="https://github.com/Algue-Rythme/lip-dp/actions/workflows/tests.yml">
<img alt="Tests" src="https://github.com/Algue-Rythme/lip-dp/actions/workflows/tests.yml/badge.svg?branch=release-no-advertising">
<a href="https://github.com/deel-ai/lipdp/actions/workflows/tests.yml">
<img alt="Tests" src="https://github.com/deel-ai/lipdp/actions/workflows/tests.yml/badge.svg?branch=release-no-advertising">
</a>
<a href="https://github.com/Algue-Rythme/lip-dp/actions/workflows/python-linters.yml">
<img alt="Linter" src="https://github.com/Algue-Rythme/lip-dp/actions/workflows/python-linters.yml/badge.svg?branch=release-no-advertising">
<a href="https://github.com/deel-ai/lipdp/actions/workflows/python-linters.yml">
<img alt="Linter" src="https://github.com/deel-ai/lipdp/actions/workflows/python-linters.yml/badge.svg?branch=release-no-advertising">
</a>
<a href="#">
<img src="https://img.shields.io/badge/License-MIT-efefef">
Expand Down
10 changes: 5 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<!-- Badge section -->
<div align="center">
<a href="#">
<img src="https://img.shields.io/badge/Python-3.9|3.10|3.11-efefef">
<img src="https://img.shields.io/badge/Python-3.9 | 3.10 | 3.11-efefef">
</a>
<a href="https://github.com/Algue-Rythme/lip-dp/actions/workflows/tests.yml">
<img alt="Tests" src="https://github.com/Algue-Rythme/lip-dp/actions/workflows/tests.yml/badge.svg?branch=release-no-advertising">
<a href="https://github.com/deel-ai/lipdp/actions/workflows/tests.yml">
<img alt="Tests" src="https://github.com/deel-ai/lipdp/actions/workflows/tests.yml/badge.svg?branch=release-no-advertising">
</a>
<a href="https://github.com/Algue-Rythme/lip-dp/actions/workflows/python-linters.yml">
<img alt="Linter" src="https://github.com/Algue-Rythme/lip-dp/actions/workflows/python-linters.yml/badge.svg?branch=release-no-advertising">
<a href="https://github.com/deel-ai/lipdp/actions/workflows/python-linters.yml">
<img alt="Linter" src="https://github.com/deel-ai/lipdp/actions/workflows/python-linters.yml/badge.svg?branch=release-no-advertising">
</a>
<a href="#">
<img src="https://img.shields.io/badge/License-MIT-efefef">
Expand Down

0 comments on commit ecd2958

Please sign in to comment.