summaryrefslogtreecommitdiff
path: root/.github/workflows/yjit-macos.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/yjit-macos.yml')
-rw-r--r--.github/workflows/yjit-macos.yml13
1 files changed, 12 insertions, 1 deletions
diff --git a/.github/workflows/yjit-macos.yml b/.github/workflows/yjit-macos.yml
index c19f623337..600e93b986 100644
--- a/.github/workflows/yjit-macos.yml
+++ b/.github/workflows/yjit-macos.yml
@@ -1,5 +1,16 @@
name: YJIT macOS
-on: [push, pull_request]
+on:
+ push:
+ paths-ignore:
+ - 'doc/**'
+ - '**.md'
+ - '**.rdoc'
+ pull_request:
+ paths-ignore:
+ - 'doc/**'
+ - '**.md'
+ - '**.rdoc'
+
jobs:
make:
runs-on: macos-latest