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:
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r--.github/workflows/main.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index af125cbc..d1e35c82 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -1,6 +1,12 @@
name: CI
-on: push
+on:
+ push:
+ paths-ignore:
+ - 'doc/**'
+ - 'scripts/**'
+ - 'LICENSE.txt'
+ - 'README.md'
env:
CTEST_OUTPUT_ON_FAILURE: ON