Skip to content

Commit cf09cc9

Browse files
committed
add documentation
1 parent 293f10b commit cf09cc9

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

.github/workflows/frontend.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: Frontend CI/CD
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ main, 'feature/**' ]
66
paths:
77
- 'frontend/**'
88
- '.github/workflows/frontend.yml'
99
pull_request:
10-
branches: [ main ]
10+
branches: [ main, 'feature/**' ]
1111
paths:
1212
- 'frontend/**'
1313
- '.github/workflows/frontend.yml'

.github/workflows/upgrade-docs.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,15 @@ on:
66
- cron: '0 9 * * 1'
77
workflow_dispatch: # Allow manual trigger
88
push:
9-
branches: [ main ]
9+
branches: [ main, 'feature/**' ]
10+
paths:
11+
- 'docs/**'
12+
- '.github/workflows/upgrade-docs.yml'
13+
pull_request:
14+
branches: [ main, 'feature/**' ]
15+
paths:
16+
- 'docs/**'
17+
- '.github/workflows/upgrade-docs.yml'
1018

1119
permissions:
1220
contents: write

0 commit comments

Comments
 (0)