summaryrefslogtreecommitdiff
path: root/.github/workflows/windows.yml
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-10-18 17:05:56 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-10-18 17:44:31 +0900
commit1b235dcfd99b925e4c6eb90b221beec2e82410fb (patch)
tree82a1bbc3929ae5094c7e4e02338a3fe48fcc5cfc /.github/workflows/windows.yml
parente1ca90c2a4e392073480e7c0b4bed0b9948fad94 (diff)
Ignore manual files only commits [ci skip]
Diffstat (limited to '.github/workflows/windows.yml')
-rw-r--r--.github/workflows/windows.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index ab9e35d5a3..6f5106e815 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -6,12 +6,16 @@ on:
- '**.md'
- '**.rdoc'
- '**/.document'
+ - '**.[1-8]'
+ - '**.ronn'
pull_request:
paths-ignore:
- 'doc/**'
- '**.md'
- '**.rdoc'
- '**/.document'
+ - '**.[1-8]'
+ - '**.ronn'
concurrency:
group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }}