aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-07-12 22:12:56 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-07-12 22:14:06 +0200
commit3979be4ccee7702a8bbe10bd6dc512eae6e21949 (patch)
tree9fc2923bb561bf234819b26a57703acfb88cb1dc /.github
parentMakefile: add shortcuts for integration tests (diff)
downloadcgitize-3979be4ccee7702a8bbe10bd6dc512eae6e21949.tar.gz
cgitize-3979be4ccee7702a8bbe10bd6dc512eae6e21949.zip
add DEVELOPMENT.md
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 96d8d0b..a791e75 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -3,8 +3,7 @@ name: CI
on:
push:
paths-ignore:
- - 'docs/**'
- - 'README.md'
+ - '*.md'
pull_request:
workflow_dispatch: