diff --git a/.appveyor.yml b/.appveyor.yml index 0a25dceab4..6c159a4b72 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -19,6 +19,8 @@ skip_commits: - '**/.document' - '**/*.[1-8]' - '**/*.ronn' + - '.github/' + - '.travis.yml' environment: ruby_version: "25-%Platform%" matrix: diff --git a/.github/workflows/annocheck.yml b/.github/workflows/annocheck.yml index 582285afa8..aa87166254 100644 --- a/.github/workflows/annocheck.yml +++ b/.github/workflows/annocheck.yml @@ -8,6 +8,7 @@ on: - '**.md' - '**.rdoc' - '**/.document' + - '.*.yml' pull_request: paths-ignore: - 'doc/**' @@ -15,6 +16,7 @@ on: - '**.md' - '**.rdoc' - '**/.document' + - '.*.yml' merge_group: paths-ignore: - 'doc/**' @@ -22,6 +24,7 @@ on: - '**.md' - '**.rdoc' - '**/.document' + - '.*.yml' concurrency: group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }} diff --git a/.github/workflows/baseruby.yml b/.github/workflows/baseruby.yml index 6102c61ad0..860d74aa1a 100644 --- a/.github/workflows/baseruby.yml +++ b/.github/workflows/baseruby.yml @@ -8,6 +8,7 @@ on: - '**.md' - '**.rdoc' - '**/.document' + - '.*.yml' pull_request: paths-ignore: - 'doc/**' @@ -15,6 +16,7 @@ on: - '**.md' - '**.rdoc' - '**/.document' + - '.*.yml' merge_group: paths-ignore: - 'doc/**' @@ -22,6 +24,7 @@ on: - '**.md' - '**.rdoc' - '**/.document' + - '.*.yml' concurrency: group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }} diff --git a/.github/workflows/check_dependencies.yml b/.github/workflows/check_dependencies.yml index 4da0b3696c..10c202c3c1 100644 --- a/.github/workflows/check_dependencies.yml +++ b/.github/workflows/check_dependencies.yml @@ -7,6 +7,7 @@ on: - '**.md' - '**.rdoc' - '**/.document' + - '.*.yml' pull_request: paths-ignore: - 'doc/**' @@ -14,6 +15,7 @@ on: - '**.md' - '**.rdoc' - '**/.document' + - '.*.yml' merge_group: paths-ignore: - 'doc/**' @@ -21,6 +23,7 @@ on: - '**.md' - '**.rdoc' - '**/.document' + - '.*.yml' concurrency: group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }} diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 56cfd8abce..47104672fe 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -9,6 +9,7 @@ on: - '**.md' - '**.rdoc' - '**/.document' + - '.*.yml' pull_request: paths-ignore: - 'doc/**' @@ -16,6 +17,7 @@ on: - '**.md' - '**.rdoc' - '**/.document' + - '.*.yml' schedule: - cron: '0 12 * * *' workflow_dispatch: diff --git a/.github/workflows/compilers.yml b/.github/workflows/compilers.yml index 0262c70ef8..233f4c5db3 100644 --- a/.github/workflows/compilers.yml +++ b/.github/workflows/compilers.yml @@ -8,6 +8,7 @@ on: - '**.md' - '**.rdoc' - '**/.document' + - '.*.yml' pull_request: paths-ignore: - 'doc/**' @@ -15,6 +16,7 @@ on: - '**.md' - '**.rdoc' - '**/.document' + - '.*.yml' merge_group: paths-ignore: - 'doc/**' @@ -22,6 +24,7 @@ on: - '**.md' - '**.rdoc' - '**/.document' + - '.*.yml' concurrency: group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }} diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 2eba0823ba..6411a02d2b 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -7,6 +7,7 @@ on: - '**.md' - '**.rdoc' - '**/.document' + - '.*.yml' pull_request: # Do not use paths-ignore for required status checks # https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/troubleshooting-required-status-checks#handling-skipped-but-required-checks @@ -17,6 +18,7 @@ on: - '**.md' - '**.rdoc' - '**/.document' + - '.*.yml' concurrency: group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }} diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml index 597fc44a67..df879f56b6 100644 --- a/.github/workflows/mingw.yml +++ b/.github/workflows/mingw.yml @@ -7,6 +7,8 @@ on: - '**.md' - '**.rdoc' - '**/.document' + - '.*.yml' + - '.*.yml' pull_request: paths-ignore: - 'doc/**' @@ -14,6 +16,8 @@ on: - '**.md' - '**.rdoc' - '**/.document' + - '.*.yml' + - '.*.yml' merge_group: paths-ignore: - 'doc/**' @@ -21,6 +25,8 @@ on: - '**.md' - '**.rdoc' - '**/.document' + - '.*.yml' + - '.*.yml' concurrency: group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }} diff --git a/.github/workflows/rjit-bindgen.yml b/.github/workflows/rjit-bindgen.yml index 8da2815b06..bf3c752e7b 100644 --- a/.github/workflows/rjit-bindgen.yml +++ b/.github/workflows/rjit-bindgen.yml @@ -7,6 +7,7 @@ on: - '**.md' - '**.rdoc' - '**/.document' + - '.*.yml' pull_request: paths-ignore: - 'doc/**' @@ -14,6 +15,7 @@ on: - '**.md' - '**.rdoc' - '**/.document' + - '.*.yml' merge_group: paths-ignore: - 'doc/**' @@ -21,6 +23,7 @@ on: - '**.md' - '**.rdoc' - '**/.document' + - '.*.yml' concurrency: group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }} diff --git a/.github/workflows/rjit.yml b/.github/workflows/rjit.yml index 53c29959eb..bf9122f581 100644 --- a/.github/workflows/rjit.yml +++ b/.github/workflows/rjit.yml @@ -8,6 +8,7 @@ on: - '**/.document' - '**.[1-8]' - '**.ronn' + - '.*.yml' pull_request: paths-ignore: - 'doc/**' @@ -16,6 +17,7 @@ on: - '**/.document' - '**.[1-8]' - '**.ronn' + - '.*.yml' merge_group: paths-ignore: - 'doc/**' @@ -24,6 +26,7 @@ on: - '**/.document' - '**.[1-8]' - '**.ronn' + - '.*.yml' concurrency: group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }} diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 91f970009e..93ced0d1d2 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -7,6 +7,7 @@ on: - '**.md' - '**.rdoc' - '**/.document' + - '.*.yml' pull_request: # Do not use paths-ignore for required status checks # https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/troubleshooting-required-status-checks#handling-skipped-but-required-checks @@ -17,6 +18,7 @@ on: - '**.md' - '**.rdoc' - '**/.document' + - '.*.yml' concurrency: group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }} diff --git a/.github/workflows/wasm.yml b/.github/workflows/wasm.yml index a47a30ca65..f69df0f58d 100644 --- a/.github/workflows/wasm.yml +++ b/.github/workflows/wasm.yml @@ -7,6 +7,7 @@ on: - '**.md' - '**.rdoc' - '**/.document' + - '.*.yml' pull_request: paths-ignore: - 'doc/**' @@ -14,6 +15,7 @@ on: - '**.md' - '**.rdoc' - '**/.document' + - '.*.yml' merge_group: paths-ignore: - 'doc/**' @@ -21,6 +23,7 @@ on: - '**.md' - '**.rdoc' - '**/.document' + - '.*.yml' concurrency: group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }} diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 982f855345..8b34f962fe 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -7,6 +7,7 @@ on: - '**.md' - '**.rdoc' - '**/.document' + - '.*.yml' pull_request: paths-ignore: - 'doc/**' @@ -14,6 +15,7 @@ on: - '**.md' - '**.rdoc' - '**/.document' + - '.*.yml' merge_group: paths-ignore: - 'doc/**' @@ -21,6 +23,7 @@ on: - '**.md' - '**.rdoc' - '**/.document' + - '.*.yml' concurrency: group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }} diff --git a/.github/workflows/yjit-macos.yml b/.github/workflows/yjit-macos.yml index c8f21cfa7e..11e200a619 100644 --- a/.github/workflows/yjit-macos.yml +++ b/.github/workflows/yjit-macos.yml @@ -7,6 +7,7 @@ on: - '**.md' - '**.rdoc' - '**/.document' + - '.*.yml' pull_request: # Do not use paths-ignore for required status checks # https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/troubleshooting-required-status-checks#handling-skipped-but-required-checks @@ -17,6 +18,7 @@ on: - '**.md' - '**.rdoc' - '**/.document' + - '.*.yml' concurrency: group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }} diff --git a/.github/workflows/yjit-ubuntu.yml b/.github/workflows/yjit-ubuntu.yml index d29aaccdfb..ec8483b7d1 100644 --- a/.github/workflows/yjit-ubuntu.yml +++ b/.github/workflows/yjit-ubuntu.yml @@ -7,6 +7,7 @@ on: - '**.md' - '**.rdoc' - '**/.document' + - '.*.yml' pull_request: # Do not use paths-ignore for required status checks # https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/troubleshooting-required-status-checks#handling-skipped-but-required-checks @@ -17,6 +18,7 @@ on: - '**.md' - '**.rdoc' - '**/.document' + - '.*.yml' concurrency: group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }}