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
|
name: Auto updates messages.pot for readme_generator
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches: [main]
|
||||||
- master
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
pybabel:
|
pybabel:
|
||||||
|
|
5
.github/workflows/autoblack.yml
vendored
5
.github/workflows/autoblack.yml
vendored
|
@ -1,8 +1,9 @@
|
||||||
name: Check / auto apply Black
|
name: Check / auto apply Black
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches: [main]
|
||||||
- master
|
|
||||||
jobs:
|
jobs:
|
||||||
black:
|
black:
|
||||||
name: Check / auto apply black
|
name: Check / auto apply black
|
||||||
|
|
Loading…
Reference in a new issue