Skip to content

Commit 41ccc9f

Browse files
committed
only build with src changes
1 parent c0939a5 commit 41ccc9f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ on:
33
push:
44
branches:
55
- master
6-
paths-ignore:
7-
- '**.md'
8-
- '**.linq'
6+
paths:
7+
- 'src/**'
8+
- .github/workflows/main.yml
99
workflow_dispatch:
1010

1111

1212
jobs:
1313
windows:
1414
runs-on: windows-latest
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
- name: Build code
1818
run: dotnet build -c Release
1919
- name: Test

0 commit comments

Comments
 (0)