From 1c6f0c100ded5968512484faefe13e26794a19f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Fri, 13 Sep 2024 15:46:58 +0200 Subject: [PATCH] Branch is now main --- .github/workflows/auto_messages_pot.yml | 4 ++-- .github/workflows/autoblack.yml | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/auto_messages_pot.yml b/.github/workflows/auto_messages_pot.yml index 5b8c454..b0958e6 100644 --- a/.github/workflows/auto_messages_pot.yml +++ b/.github/workflows/auto_messages_pot.yml @@ -1,8 +1,8 @@ name: Auto updates messages.pot for readme_generator + on: push: - branches: - - master + branches: [main] jobs: pybabel: diff --git a/.github/workflows/autoblack.yml b/.github/workflows/autoblack.yml index 25c8e8b..45dd926 100644 --- a/.github/workflows/autoblack.yml +++ b/.github/workflows/autoblack.yml @@ -1,8 +1,9 @@ name: Check / auto apply Black + on: push: - branches: - - master + branches: [main] + jobs: black: name: Check / auto apply black