aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-12-18 13:05:48 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-12-18 13:05:48 +0900
commit629c8f12aec87cc938ae1383b3c8fb449c185b39 (patch)
tree6195a46fd72a08715961df8850f3f6210d79ecd8 /.github
parent424605da7c0c24a04bfbe21d8e30dabe17bdcad8 (diff)
downloadruby-629c8f12aec87cc938ae1383b3c8fb449c185b39.tar.gz
Fix pull_request condition [ci skip]
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/bundled_gems.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/bundled_gems.yml b/.github/workflows/bundled_gems.yml
index b894c7b329..9bb1667ca6 100644
--- a/.github/workflows/bundled_gems.yml
+++ b/.github/workflows/bundled_gems.yml
@@ -6,7 +6,7 @@ on:
- '.github/workflows/bundled_gems.yml'
- 'gems/bundled_gems'
pull_request:
- paths-ignore:
+ paths:
- '.github/workflows/bundled_gems.yml'
- 'gems/bundled_gems'
schedule: