Skip to content

Commit 2a35f4f

Browse files
committed
fix(git): fixed the workflows?
1 parent d2328bf commit 2a35f4f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Test
22

33
on:
44
push:
5-
branches: [main, master]
5+
branches: [main, master, development]
66
pull_request:
7-
branches: [main, master]
7+
branches: [main, master, development]
88

99
jobs:
1010
test-build:

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy GitHub Pages
22

33
on:
44
push:
5-
branches: [main, master]
5+
branches: [main, master, development]
66
workflow_dispatch:
77

88
permissions:

0 commit comments

Comments
 (0)