1
0
Fork 0

Branch is now main

This commit is contained in:
Félix Piédallu 2024-09-13 15:46:58 +02:00 committed by Félix Piédallu
parent c6a492efd5
commit 1c6f0c100d
2 changed files with 5 additions and 4 deletions

View file

@ -1,8 +1,8 @@
name: Auto updates messages.pot for readme_generator
on:
push:
branches:
- master
branches: [main]
jobs:
pybabel:

View file

@ -1,8 +1,9 @@
name: Check / auto apply Black
on:
push:
branches:
- master
branches: [main]
jobs:
black:
name: Check / auto apply black