Skip to content

Commit d1ee635

Browse files
author
Anton Staroverov
committed
fix: correct paths in update-readme.yml workflow
1 parent 35ae712 commit d1ee635

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update-readme.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: Update README with Config Files
33
on:
44
push:
55
paths:
6+
- 'README.md'
67
- '.gitconfig.example'
78
- '.gitconfig-github'
89
- '.gitconfig-gitlab'
9-
- 'README.md'
10-
- '.github/workflows/code-embedder.yml'
10+
- '.github/workflows/update-readme.yml'
1111

1212
jobs:
1313
code-embedder:

0 commit comments

Comments
 (0)