We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d4fde1 commit 3e55dc9Copy full SHA for 3e55dc9
.github/workflows/build.yaml
@@ -7,13 +7,15 @@ on:
7
workflow_dispatch:
8
push:
9
branches: [ "dev"]
10
- paths:
11
- - src/**
12
- - test/**
+ paths-ignore:
+ - README.MD
+ - README_RU.MD
13
+ - LICENSE
14
pull_request:
15
16
17
18
19
20
jobs:
21
build_and_test:
@@ -67,4 +69,4 @@ jobs:
67
69
uses: actions/upload-artifact@v4
68
70
with:
71
name: test-report
- path: ${{ env.TESTRESULTS_DIRECTORY }}/**/*.*
72
+ path: ${{ env.TESTRESULTS_DIRECTORY }}/**/*.*
0 commit comments