Run spec_guards only when spec files changed [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2023-12-25 22:11:55 +09:00
parent ab4264a21f
commit 539bef61c4
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465

View File

@ -6,11 +6,11 @@ on:
- 'spec/**'
- '!spec/*.md'
pull_request:
paths-ignore:
paths:
- 'spec/**'
- '!spec/*.md'
merge_group:
paths-ignore:
paths:
- 'spec/**'
- '!spec/*.md'