Skip to content

Commit e51e1c4

Browse files
committed
updated the ex14 workflow
1 parent 5cb3652 commit e51e1c4

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/GHSpecKitGetStarted_Zip_Code_Ex14.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ on:
55
branches:
66
- 'main'
77
paths:
8-
- DownloadableCodeProjects/standalone-lab-projects/sdd-get-started-rss-feed/**
8+
- DownloadableCodeProjects/standalone-lab-projects/sdd-get-started-rss-feed/**/*.md
9+
pull_request:
10+
branches:
11+
- 'main'
12+
paths:
13+
- DownloadableCodeProjects/standalone-lab-projects/sdd-get-started-rss-feed/**/*.md
914

1015
defaults:
1116
run:

0 commit comments

Comments
 (0)