feat(workflow): trigger on dev
This commit is contained in:
parent
36456e3908
commit
056d00ce24
1
.github/workflows/genlocale.yml
vendored
1
.github/workflows/genlocale.yml
vendored
@ -3,6 +3,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
- dev
|
||||||
jobs:
|
jobs:
|
||||||
genlocale:
|
genlocale:
|
||||||
name: genlocale
|
name: genlocale
|
||||||
|
1
.github/workflows/push_format.yml
vendored
1
.github/workflows/push_format.yml
vendored
@ -4,6 +4,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
- dev
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
Loading…
Reference in New Issue
Block a user