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:
authorStefan <29021710+Saalvage@users.noreply.github.com>2022-01-11 22:33:39 +0300
committerGitHub <noreply@github.com>2022-01-11 22:33:39 +0300
commit2ef137d3b3f516bf76e5277f43a00bb40e1770e6 (patch)
tree2b2923d22ad652d41a65f72325affee147c2b664 /.github
parente3e2127c15953b49dcc5b8750823c9b166f622a0 (diff)
Ignore non-relevant paths for CI
Diffstat (limited to '.github')
-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