From ecd29582a1a73ffd5113bd6efee526ce52a17cb1 Mon Sep 17 00:00:00 2001 From: Louis Bethune Date: Wed, 20 Mar 2024 18:03:31 +0100 Subject: [PATCH] public release --- .github/workflows/python-linters.yml | 4 ++-- .github/workflows/tests.yml | 4 ++-- README.md | 8 ++++---- docs/index.md | 10 +++++----- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/python-linters.yml b/.github/workflows/python-linters.yml index 2ff3d9b..644d238 100644 --- a/.github/workflows/python-linters.yml +++ b/.github/workflows/python-linters.yml @@ -4,11 +4,11 @@ on: push: branches: - main - - release-no-advertising + - develop pull_request: branches: - main - - release-no-advertising + - develop jobs: checks: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 53e32e4..d1dcb53 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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: diff --git a/README.md b/README.md index ea0322c..6e16c54 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,11 @@ - - Tests + + Tests - - Linter + + Linter diff --git a/docs/index.md b/docs/index.md index 0a51c1c..b57ce7f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -2,13 +2,13 @@
- + - - Tests + + Tests - - Linter + + Linter