From f63dc50b565967698c227ff02fa740f0e068a2be Mon Sep 17 00:00:00 2001 From: Meet Soni Date: Sat, 11 Jan 2025 16:58:36 +0530 Subject: [PATCH] testing pure-go in cicd --- .github/workflows/cifuzz.yml | 1 + .github/workflows/fossa.yml | 4 +++- .github/workflows/main-arm64.yaml | 1 + .github/workflows/main.yaml | 3 ++- 4 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index b3d64e00b0a..02cf71259e5 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -3,6 +3,7 @@ on: push: branches: - master + - testing tags: paths-ignore: - '**.md' diff --git a/.github/workflows/fossa.yml b/.github/workflows/fossa.yml index cd1a8261c9c..7a3e6622781 100644 --- a/.github/workflows/fossa.yml +++ b/.github/workflows/fossa.yml @@ -1,7 +1,9 @@ name: FOSSA on: push: - branches: [master] + branches: + - master + - testing paths-ignore: - '**.md' - 'docs/**' diff --git a/.github/workflows/main-arm64.yaml b/.github/workflows/main-arm64.yaml index e4fd838123e..66ee70ba02a 100644 --- a/.github/workflows/main-arm64.yaml +++ b/.github/workflows/main-arm64.yaml @@ -4,6 +4,7 @@ on: push: branches: - master + - testing tags: paths-ignore: - '**.md' diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 827d7caca95..8f59bcfce75 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -4,6 +4,7 @@ on: push: branches: - master + - testing tags: paths-ignore: - '**.md' @@ -469,4 +470,4 @@ jobs: if: always() with: name: ${{ matrix.cases.result-name }} - path: /tmp/results/ \ No newline at end of file + path: /tmp/results/