Skip to content

Commit bb314b0

Browse files
authored
Merge pull request #294 from yunkon-kim/251223-2127
chore(ci/cd): exclude deepdiffgo from CI/CD triggers
2 parents e8d565f + 2035209 commit bb314b0

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/continuous-delivery.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ on:
2525
- ".gitignore"
2626
- "LICENSE"
2727
- "CODEOWNERS"
28+
- "deepdiffgo/**"
2829
# - '.all-contributorsrc'
2930
# - 'assets/**'
3031
# - 'src/testclient/scripts/**'

.github/workflows/continuous-integration.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on:
1717
- "scripts/**"
1818
- "src/testclient/scripts/**"
1919
- "docs/**"
20+
- "deepdiffgo/**"
2021

2122
jobs:
2223
# The job key (i.e., ID) is "build-source-code"

0 commit comments

Comments
 (0)