diff --git a/.github/workflows/dockerhub.yml b/.github/workflows/dockerhub.yml index 002ee5951..c8943b9d1 100644 --- a/.github/workflows/dockerhub.yml +++ b/.github/workflows/dockerhub.yml @@ -3,9 +3,9 @@ name: CI to Docker Hub on: push: tags: ['*'] - branches: [ master ] + branches: [ 'master', 'stable-*' ] pull_request: - branches: [ master ] + branches: [ 'master', 'stable-*' ] jobs: diff --git a/.github/workflows/test-docs.yml b/.github/workflows/test-docs.yml index dfdc83760..aaf778558 100644 --- a/.github/workflows/test-docs.yml +++ b/.github/workflows/test-docs.yml @@ -2,9 +2,9 @@ name: Test & Docs on: push: - branches: [ master ] + branches: [ 'master', 'stable-*' ] pull_request: - branches: [ master ] + branches: [ 'master', 'stable-*' ] jobs: build: