Run spec_guards when changing its workflow definition

This commit is contained in:
Benoit Daloze 2024-12-31 15:15:34 +01:00
parent da1c06e747
commit 180bee3177
Notes: git 2024-12-31 15:19:38 +00:00

View File

@ -3,10 +3,12 @@ name: Rubyspec Version Guards Check
on:
push:
paths:
- '.github/workflows/spec_guards.yml'
- 'spec/**'
- '!spec/*.md'
pull_request:
paths:
- '.github/workflows/spec_guards.yml'
- 'spec/**'
- '!spec/*.md'
merge_group: