Skip to content

Commit cba595f

Browse files
committed
Merge remote-tracking branch 'upstream/test-redirect-gh-action' into regex
2 parents 46d3130 + 3aee014 commit cba595f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/add-redirects.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: add-redirects
22
on:
33
pull_request_target:
4+
paths:
5+
- "source/**/*.txt"
46
jobs:
57
get-redirects-renamed:
68
name: Get Renamed Files
@@ -17,8 +19,6 @@ jobs:
1719
# pin to a specific commit to ensure stability
1820
uses: tj-actions/changed-files@c65cd883420fd2eb864698a825fc4162dd94482c
1921
with:
20-
files: |
21-
source/**/*.txt
2222
include_all_old_new_renamed_files: true
2323
- name: Parse renamed files
2424
id: renamed-files

0 commit comments

Comments
 (0)