Skip to content

Commit c24a644

Browse files
committed
update workflow
1 parent 07e7869 commit c24a644

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/badges.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ on:
1010
- README.md
1111
- package.json
1212
- .github/workflows/badges.yml
13+
pull_request:
14+
# update README badge only if the README file changes
15+
# or if the package.json file changes, or this file changes
16+
# IMPORTANT: branches must match
17+
branches:
18+
- master
19+
paths:
20+
- README.md
21+
- package.json
22+
- .github/workflows/badges.yml
1323

1424
jobs:
1525
badges:

0 commit comments

Comments
 (0)