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 @@
-
-
+
+
-
-
+
+
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 @@