summaryrefslogtreecommitdiff
path: root/.github/workflows/check_dependencies.yml
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-08-22 18:08:05 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-08-22 18:08:05 +0900
commitd91865f33f7bfad7a6d1434aa48674acbe51e7f7 (patch)
treee97b80815c570cc9f7d098ec8185c83069740a6c /.github/workflows/check_dependencies.yml
parentf0a7694f6473685f5c4e6ba1635aa91636b5a467 (diff)
Ignore `.document` only commits [ci skip]
Diffstat (limited to '.github/workflows/check_dependencies.yml')
-rw-r--r--.github/workflows/check_dependencies.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/check_dependencies.yml b/.github/workflows/check_dependencies.yml
index 6834d2c9c8..fab1989335 100644
--- a/.github/workflows/check_dependencies.yml
+++ b/.github/workflows/check_dependencies.yml
@@ -5,11 +5,13 @@ on:
- 'doc/**'
- '**.md'
- '**.rdoc'
+ - '**/.document'
pull_request:
paths-ignore:
- 'doc/**'
- '**.md'
- '**.rdoc'
+ - '**/.document'
concurrency:
group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }}