Update parsey.yml as others

This commit is contained in:
Nobuyoshi Nakada 2024-09-20 19:39:27 +09:00
parent 511925f99b
commit 276bb58457
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465

View File

@ -3,20 +3,18 @@ on:
push:
paths-ignore:
- 'doc/**'
- '**/man/*'
- '**.md'
- '**.rdoc'
- '**/.document'
- '**.[1-8]'
- '**.ronn'
- '.*.yml'
pull_request:
paths-ignore:
- 'doc/**'
- '**/man/*'
- '**.md'
- '**.rdoc'
- '**/.document'
- '**.[1-8]'
- '**.ronn'
- '.*.yml'
merge_group:
@ -92,6 +90,8 @@ jobs:
srcdir: src
builddir: build
makeup: true
clean: true
dummy-files: ${{ matrix.test_task == 'check' }}
- name: Run configure
run: ../src/configure -C --disable-install-doc cppflags=-DRUBY_DEBUG