From 4f9cad88bd574fb828c0e7eee520d5c8cf97252c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Sat, 28 Dec 2024 00:05:26 +0100 Subject: [PATCH] Rename master to main --- .github/workflows/ci.yml | 4 ++-- .github/workflows/dockerhub.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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: