Skip to content

Commit 3e55dc9

Browse files
authored
Fix workflow
1 parent 6d4fde1 commit 3e55dc9

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.github/workflows/build.yaml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@ on:
77
workflow_dispatch:
88
push:
99
branches: [ "dev"]
10-
paths:
11-
- src/**
12-
- test/**
10+
paths-ignore:
11+
- README.MD
12+
- README_RU.MD
13+
- LICENSE
1314
pull_request:
14-
paths:
15-
- src/**
16-
- test/**
15+
paths-ignore:
16+
- README.MD
17+
- README_RU.MD
18+
- LICENSE
1719

1820
jobs:
1921
build_and_test:
@@ -67,4 +69,4 @@ jobs:
6769
uses: actions/upload-artifact@v4
6870
with:
6971
name: test-report
70-
path: ${{ env.TESTRESULTS_DIRECTORY }}/**/*.*
72+
path: ${{ env.TESTRESULTS_DIRECTORY }}/**/*.*

0 commit comments

Comments
 (0)