From adce1affb7e4309937a8a98606fd16f047344791 Mon Sep 17 00:00:00 2001 From: Yacine Kheddache Date: Wed, 21 Aug 2024 15:48:35 +0200 Subject: [PATCH] Update build-verify.yml to exclude CODE_OF_CONDUCT* Add CODE_OF_CONDUCT to exclusion regex to avoid repo/workflow auto-build process issues, ref: https://github.com/microcks/.github/issues/16 --- .github/workflows/build-verify.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-verify.yml b/.github/workflows/build-verify.yml index 0b78855..f6de479 100644 --- a/.github/workflows/build-verify.yml +++ b/.github/workflows/build-verify.yml @@ -6,12 +6,14 @@ on: - '.gitignore' - 'LICENSE' - 'README*' + - 'CODE_OF_CONDUCT*' pull_request: paths-ignore: - '.github/**' - '.gitignore' - 'LICENSE' - 'README*' + - 'CODE_OF_CONDUCT*' jobs: build-verify-package: