Skip to content

Commit 99c5fff

Browse files
committed
Narrow test run rules for update release workflow
1 parent 96b3dae commit 99c5fff

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/update_latest_release_info.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,17 @@ on:
88
branches:
99
- main
1010
- master
11+
paths:
12+
- _scripts/get_release_info/**
13+
- .github/workflows/update_latest_release_info.yml
1114

1215
pull_request:
1316
branches:
1417
- main
1518
- master
19+
paths:
20+
- _scripts/get_release_info/**
21+
- .github/workflows/update_latest_release_info.yml
1622

1723
permissions:
1824
contents: write

0 commit comments

Comments
 (0)