Comment out file paths for snippets 5000 (#22413)
* Comment out file paths * Update branchpull/22414/head
parent
a9418e2cda
commit
b2366abe3e
|
@ -6,19 +6,19 @@ name: Snippets 5000
|
|||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- "**.cs"
|
||||
- "**.vb"
|
||||
- "**.fs"
|
||||
- "**.xaml"
|
||||
- "**.razor"
|
||||
- "**.cshtml"
|
||||
- "**.vbhtml"
|
||||
- "**.csproj"
|
||||
- "**.vbproj"
|
||||
- "**.fsproj"
|
||||
- "**.sln"
|
||||
- "**global.json"
|
||||
- "**snippets.5000.json"
|
||||
# - "**.cs"
|
||||
# - "**.vb"
|
||||
# - "**.fs"
|
||||
# - "**.xaml"
|
||||
# - "**.razor"
|
||||
# - "**.cshtml"
|
||||
# - "**.vbhtml"
|
||||
# - "**.csproj"
|
||||
# - "**.vbproj"
|
||||
# - "**.fsproj"
|
||||
# - "**.sln"
|
||||
# - "**global.json"
|
||||
# - "**snippets.5000.json"
|
||||
branches: [ none ]
|
||||
|
||||
env:
|
||||
|
|
Loading…
Reference in New Issue