Branch is now main
This commit is contained in:
parent
c6a492efd5
commit
1c6f0c100d
2 changed files with 5 additions and 4 deletions
4
.github/workflows/auto_messages_pot.yml
vendored
4
.github/workflows/auto_messages_pot.yml
vendored
|
@ -1,8 +1,8 @@
|
|||
name: Auto updates messages.pot for readme_generator
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
pybabel:
|
||||
|
|
5
.github/workflows/autoblack.yml
vendored
5
.github/workflows/autoblack.yml
vendored
|
@ -1,8 +1,9 @@
|
|||
name: Check / auto apply Black
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
black:
|
||||
name: Check / auto apply black
|
||||
|
|
Loading…
Reference in a new issue