Skip to content

Commit 056d00c

Browse files
committed
feat(workflow): trigger on dev
1 parent 36456e3 commit 056d00c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/genlocale.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- main
6+
- dev
67
jobs:
78
genlocale:
89
name: genlocale

.github/workflows/push_format.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- dev
78

89
permissions:
910
contents: write

0 commit comments

Comments
 (0)