From 624075d25ebe22752dbe7905ad84e6a18bdc52ca Mon Sep 17 00:00:00 2001 From: Lee Rhodes Date: Tue, 14 Jan 2025 18:03:33 -0800 Subject: [PATCH] update workflows --- .github/workflows/auto-jdk-matrix.yml | 4 ++-- .github/workflows/auto-os-matrix.yml | 4 ++-- .github/workflows/check_cpp_files.yml | 4 ++-- .github/workflows/codeql-analysis.yml | 4 ++-- .github/workflows/javadoc.yml | 2 ++ 5 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.github/workflows/auto-jdk-matrix.yml b/.github/workflows/auto-jdk-matrix.yml index 7e1d26c70..8c20cc742 100644 --- a/.github/workflows/auto-jdk-matrix.yml +++ b/.github/workflows/auto-jdk-matrix.yml @@ -2,10 +2,10 @@ name: Auto JDK Matrix Test & Install on: push: - paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/*.xml', '**/*.yaml', '**/*.yml', '**/.*', '**/LICENSE', '**/NOTICE' ] + paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/*.xml', '**/*.yaml', '**/*.yml', '**/LICENSE', '**/NOTICE' ] branches: [ 'main', '[0-9]+.[0-9]+.[Xx]' ] pull_request: - paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/*.xml', '**/*.yaml', '**/*.yml', '**/.*', '**/LICENSE', '**/NOTICE' ] + paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/*.xml', '**/*.yaml', '**/*.yml', '**/LICENSE', '**/NOTICE' ] # The branches below must be a subset of the branches above branches: [ 'main', '[0-9]+.[0-9]+.[Xx]' ] workflow_dispatch: diff --git a/.github/workflows/auto-os-matrix.yml b/.github/workflows/auto-os-matrix.yml index b56e5aa22..65be62f98 100644 --- a/.github/workflows/auto-os-matrix.yml +++ b/.github/workflows/auto-os-matrix.yml @@ -2,10 +2,10 @@ name: Auto OS Matrix Test & Install on: push: - paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/*.xml', '**/*.yaml', '**/*.yml', '**/.*', '**/LICENSE', '**/NOTICE' ] + paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/*.xml', '**/*.yaml', '**/*.yml', '**/LICENSE', '**/NOTICE' ] branches: [ 'main', '[0-9]+.[0-9]+.[Xx]' ] pull_request: - paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/*.xml', '**/*.yaml', '**/*.yml', '**/.*', '**/LICENSE', '**/NOTICE' ] + paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/*.xml', '**/*.yaml', '**/*.yml', '**/LICENSE', '**/NOTICE' ] # The branches below must be a subset of the branches above branches: [ 'main', '[0-9]+.[0-9]+.[Xx]' ] workflow_dispatch: diff --git a/.github/workflows/check_cpp_files.yml b/.github/workflows/check_cpp_files.yml index 00a9e5255..feac7a55a 100644 --- a/.github/workflows/check_cpp_files.yml +++ b/.github/workflows/check_cpp_files.yml @@ -2,10 +2,10 @@ name: CPP SerDe Compatibility Test on: push: - paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/*.xml', '**/*.yaml', '**/*.yml', '**/.*', '**/LICENSE', '**/NOTICE' ] + paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/*.xml', '**/*.yaml', '**/*.yml', '**/LICENSE', '**/NOTICE' ] branches: [ 'main', '[0-9]+.[0-9]+.[Xx]' ] pull_request: - paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/*.xml', '**/*.yaml', '**/*.yml', '**/.*', '**/LICENSE', '**/NOTICE' ] + paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/*.xml', '**/*.yaml', '**/*.yml', '**/LICENSE', '**/NOTICE' ] # The branches below must be a subset of the branches above branches: [ 'main', '[0-9]+.[0-9]+.[Xx]' ] workflow_dispatch: diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 734fbb60f..1102d3149 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -2,10 +2,10 @@ name: "CodeQL" on: push: - paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/*.xml', '**/*.yaml', '**/*.yml', '**/.*', '**/LICENSE', '**/NOTICE' ] + paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/*.xml', '**/*.yaml', '**/*.yml', '**/LICENSE', '**/NOTICE' ] branches: [ 'main', '[0-9]+.[0-9]+.[Xx]' ] pull_request: - paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/*.xml', '**/*.yaml', '**/*.yml', '**/.*', '**/LICENSE', '**/NOTICE' ] + paths-ignore: [ '**/*.html', '**/*.md', '**/*.txt', '**/*.xml', '**/*.yaml', '**/*.yml', '**/LICENSE', '**/NOTICE' ] # The branches below must be a subset of the branches above branches: [ 'main', '[0-9]+.[0-9]+.[Xx]' ] workflow_dispatch: diff --git a/.github/workflows/javadoc.yml b/.github/workflows/javadoc.yml index 0381f43b8..bd5903836 100644 --- a/.github/workflows/javadoc.yml +++ b/.github/workflows/javadoc.yml @@ -1,6 +1,8 @@ name: JavaDoc on: + push: + branches: main workflow_dispatch: jobs: