Skip to content

Commit c5d281b

Browse files
committed
Merge branch 'release/7.3.0' of github.com:rticommunity/rticonnextdds-examples into release/7.3.0
2 parents 18e213a + 27240ef commit c5d281b

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed

.github/workflows/lint_markdown.yml

+2
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@ on:
99
branches:
1010
- master
1111
- develop
12+
- release/*
1213
paths:
1314
- '**/*.md'
1415

1516
pull_request:
1617
branches:
1718
- master
1819
- develop
20+
- release/*
1921
paths:
2022
- '**/*.md'
2123

.github/workflows/lint_python.yml

+2
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@ on:
99
branches:
1010
- master
1111
- develop
12+
- release/*
1213
paths:
1314
- '**/*.py'
1415

1516
pull_request:
1617
branches:
1718
- master
1819
- develop
20+
- release/*
1921
paths:
2022
- '**/*.py'
2123

.github/workflows/lint_source.yml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
branches:
1010
- master
1111
- develop
12+
- release/*
1213
paths:
1314
- '**/*.[ch]x?x?'
1415
- '**/*.java'

resources/ci_cd/linux_format.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def get_git_files(
136136
command.append("ls-files")
137137
print("Getting all the repository files.")
138138
else:
139-
command = ["diff", "--no-commit-id", "--name-only", "-r"]
139+
command = ["diff", "--no-commit-id", "--name-only", "-r", "--diff-filter=dr"]
140140

141141
if commits:
142142
command.extend([*commits])

0 commit comments

Comments
 (0)