diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-07-12 22:12:56 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-07-12 22:14:06 +0200 |
commit | 3979be4ccee7702a8bbe10bd6dc512eae6e21949 (patch) | |
tree | 9fc2923bb561bf234819b26a57703acfb88cb1dc /.github/workflows/ci.yml | |
parent | Makefile: add shortcuts for integration tests (diff) | |
download | cgitize-3979be4ccee7702a8bbe10bd6dc512eae6e21949.tar.gz cgitize-3979be4ccee7702a8bbe10bd6dc512eae6e21949.zip |
add DEVELOPMENT.md
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r-- | .github/workflows/ci.yml | 3 |
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: |