Run spec_guards only when spec files changed [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2022-10-30 17:10:00 +09:00
parent 00d5b7ce7c
commit 2821423105
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6

View File

@ -2,21 +2,13 @@ name: Rubyspec Version Guards Check
on:
push:
paths-ignore:
- 'doc/**'
- '**.md'
- '**.rdoc'
- '**/.document'
- '**.[1-8]'
- '**.ronn'
paths:
- 'spec/**'
- '!spec/*.md'
pull_request:
paths-ignore:
- 'doc/**'
- '**.md'
- '**.rdoc'
- '**/.document'
- '**.[1-8]'
- '**.ronn'
- 'spec/**'
- '!spec/*.md'
concurrency:
group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }}