Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/onqtam/doctest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSalvage <29021710+Saalvage@users.noreply.github.com>2022-01-24 23:32:39 +0300
committerSalvage <29021710+Saalvage@users.noreply.github.com>2022-01-24 23:32:39 +0300
commita2124389a1ac3f7d9f51b400485035f0355aa291 (patch)
treee3f7173dc057af55742a34ac656aeafa7ec56455
parent9907046167962dbe5a73d7c98ab2c60b68916b73 (diff)
Add path filter to pr ci
-rw-r--r--.github/workflows/main.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 59957e7e..28ebe1aa 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -8,6 +8,11 @@ on:
- 'LICENSE.txt'
- 'README.md'
pull_request:
+ paths-ignore:
+ - 'doc/**'
+ - 'scripts/**'
+ - 'LICENSE.txt'
+ - 'README.md'
env:
CTEST_OUTPUT_ON_FAILURE: ON