Skip to content

Commit 6210fbb

Browse files
authored
Merge pull request #73 from SensitTechnologies/actions-changes
security changes to dotnet.yml
2 parents 8ac1a51 + f79d3a1 commit 6210fbb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/dotnet.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,17 @@ on:
99
paths: # Only runs when a file ending in .cs or .csproj is changed
1010
- '**.cs'
1111
- '**.csproj'
12+
- '**.cshtml'
13+
- '**.razor'
14+
- '**.js'
1215
pull_request:
1316
branches: [ "main" ]
1417
paths:
1518
- '**.cs'
1619
- '**.csproj'
20+
- '**.cshtml'
21+
- '**.razor'
22+
- '**.js'
1723

1824
env:
1925
DOTNET_VERSION: '9.0.200' # Current as of 4/16/2025

0 commit comments

Comments
 (0)