diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 34c6413..b984879 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [main, development] + branches: [stable, development] pull_request: - branches: [main, development] + branches: [development] workflow_dispatch: jobs: diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index d314cf0..14ba2f7 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -2,9 +2,9 @@ name: Docker on: push: - branches: [main, development] + branches: [stable, development] pull_request: - branches: [main, development] + branches: [development] workflow_dispatch: inputs: tag: diff --git a/README.md b/README.md index f508d22..e4c4dee 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +**You are looking at the development branch. Look at the [stable branch](https://github.com/5000K/5000blogs/tree/stable) for the current release version.** + # 5000blogs > ! 5000blogs is nearly feature-stable, but config and API might still change. In the future, there probably will be manual migrations (mostly regarding your config and template) needed towards version 1.0. We will help with them. But they will probably be needed.