1 parent 293f10b commit cf09cc9Copy full SHA for cf09cc9
2 files changed
.github/workflows/frontend.yml
@@ -2,12 +2,12 @@ name: Frontend CI/CD
2
3
on:
4
push:
5
- branches: [ main ]
+ branches: [ main, 'feature/**' ]
6
paths:
7
- 'frontend/**'
8
- '.github/workflows/frontend.yml'
9
pull_request:
10
11
12
13
.github/workflows/upgrade-docs.yml
@@ -6,7 +6,15 @@ on:
- cron: '0 9 * * 1'
workflow_dispatch: # Allow manual trigger
+ paths:
+ - 'docs/**'
+ - '.github/workflows/upgrade-docs.yml'
+ pull_request:
14
15
16
17
18
19
permissions:
20
contents: write
0 commit comments