We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cb3652 commit e51e1c4Copy full SHA for e51e1c4
1 file changed
.github/workflows/GHSpecKitGetStarted_Zip_Code_Ex14.yml
@@ -5,7 +5,12 @@ on:
5
branches:
6
- 'main'
7
paths:
8
- - DownloadableCodeProjects/standalone-lab-projects/sdd-get-started-rss-feed/**
+ - DownloadableCodeProjects/standalone-lab-projects/sdd-get-started-rss-feed/**/*.md
9
+ pull_request:
10
+ branches:
11
+ - 'main'
12
+ paths:
13
14
15
defaults:
16
run:
0 commit comments