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