diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee1492ed8..6300f0a88 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [ 'master', 'stable-*' ] + branches: [ 'main', 'stable-*' ] pull_request: - branches: [ 'master', 'stable-*' ] + branches: [ 'main', 'stable-*' ] jobs: lint: diff --git a/.github/workflows/dockerhub.yml b/.github/workflows/dockerhub.yml index 11ab270c2..f5716e63f 100644 --- a/.github/workflows/dockerhub.yml +++ b/.github/workflows/dockerhub.yml @@ -3,9 +3,9 @@ name: Docker build on: push: tags: ['*'] - branches: [ 'master', 'stable-*' ] + branches: [ 'main', 'stable-*' ] pull_request: - branches: [ 'master', 'stable-*' ] + branches: [ 'main', 'stable-*' ] jobs: