Skip to content

Commit 4f1c80e

Browse files
Update config_change_alert.yaml (#650)
Co-authored-by: Lz <[email protected]>
1 parent 922ea95 commit 4f1c80e

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.github/workflows/config_change_alert.yaml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,18 @@ on:
44
push:
55
branches:
66
- staging
7+
paths:
8+
- config/0chain_blobber.yaml
9+
- config/0chain_validator.yaml
10+
711
pull_request:
8-
branches:
9-
- staging
12+
branches:
13+
- staging
14+
types:
15+
- closed
16+
paths:
17+
- config/0chain_blobber.yaml
18+
- config/0chain_validator.yaml
1019

1120
jobs:
1221
test:

0 commit comments

Comments
 (0)