File tree 5 files changed +15
-0
lines changed
5 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 6
6
paths :
7
7
- .github/workflows/backend-ci.yaml
8
8
- components/resc-backend/**
9
+ - ' !**.md'
9
10
pull_request :
10
11
branches : [ "main" ]
11
12
paths :
12
13
- .github/workflows/backend-ci.yaml
13
14
- components/resc-backend/**
15
+ - ' !**.md'
16
+ workflow_dispatch :
14
17
15
18
env :
16
19
RESC_BACKEND_DIR : components/resc-backend
Original file line number Diff line number Diff line change 6
6
paths :
7
7
- .github/workflows/frontend-ci.yaml
8
8
- components/resc-frontend/**
9
+ - ' !**.md'
9
10
pull_request :
10
11
branches : [ "main" ]
11
12
paths :
12
13
- .github/workflows/frontend-ci.yaml
13
14
- components/resc-frontend/**
15
+ - ' !**.md'
16
+ workflow_dispatch :
14
17
15
18
env :
16
19
RESC_FRONTEND_DIR : components/resc-frontend
Original file line number Diff line number Diff line change 6
6
paths :
7
7
- .github/workflows/k8-infra-ci.yaml
8
8
- deployment/kubernetes/**
9
+ - ' !**.md'
9
10
pull_request :
10
11
branches : [ "main" ]
11
12
paths :
12
13
- .github/workflows/k8-infra-ci.yaml
13
14
- deployment/kubernetes/**
15
+ - ' !**.md'
16
+ workflow_dispatch :
14
17
15
18
env :
16
19
KUBERNETES_INFRA_DIR : deployment/kubernetes
Original file line number Diff line number Diff line change 6
6
paths :
7
7
- .github/workflows/vcs-scanner-ci.yaml
8
8
- components/resc-vcs-scanner/**
9
+ - ' !**.md'
9
10
pull_request :
10
11
branches : [ "main" ]
11
12
paths :
12
13
- .github/workflows/vcs-scanner-ci.yaml
13
14
- components/resc-vcs-scanner/**
15
+ - ' !**.md'
16
+ workflow_dispatch :
14
17
15
18
env :
16
19
RESC_VCS_SCANNER_DIR : components/resc-vcs-scanner
Original file line number Diff line number Diff line change 6
6
paths :
7
7
- .github/workflows/vcs-scraper-ci.yaml
8
8
- components/resc-vcs-scraper/**
9
+ - ' !**.md'
9
10
pull_request :
10
11
branches : [ "main" ]
11
12
paths :
12
13
- .github/workflows/vcs-scraper-ci.yaml
13
14
- components/resc-vcs-scraper/**
15
+ - ' !**.md'
16
+ workflow_dispatch :
14
17
15
18
env :
16
19
RESC_VCS_SCRAPER_DIR : components/resc-vcs-scraper
You can’t perform that action at this time.
0 commit comments