From 37cc382dacb49cb4eea01bfca5deac48b27b62d6 Mon Sep 17 00:00:00 2001 From: Alexandre Chapellon Date: Mon, 18 Sep 2023 13:23:46 +0200 Subject: [PATCH] build on next/* PRs --- .github/workflows/docker-compose-community.yml | 1 + .github/workflows/docker-compose-enterprise.yml | 1 + .github/workflows/helm-community.yml | 1 + .github/workflows/helm-enterprise.yml | 1 + .github/workflows/helm-static-checks.yml | 1 + .github/workflows/pre-commit-compose.yml | 1 + .github/workflows/pre-commit-helm.yml | 1 + 7 files changed, 7 insertions(+) diff --git a/.github/workflows/docker-compose-community.yml b/.github/workflows/docker-compose-community.yml index 300c7915a..bfc629fdf 100644 --- a/.github/workflows/docker-compose-community.yml +++ b/.github/workflows/docker-compose-community.yml @@ -6,6 +6,7 @@ on: branches: - master - release/** + - next/** paths: - docker-compose/community-docker-compose.yml - test/postman/docker-compose/** diff --git a/.github/workflows/docker-compose-enterprise.yml b/.github/workflows/docker-compose-enterprise.yml index 88f6d4461..e0a597e38 100644 --- a/.github/workflows/docker-compose-enterprise.yml +++ b/.github/workflows/docker-compose-enterprise.yml @@ -6,6 +6,7 @@ on: branches: - master - release/** + - next/** paths: - "! docker-compose/community-docker-compose.yml" - docker-compose/** diff --git a/.github/workflows/helm-community.yml b/.github/workflows/helm-community.yml index 79df97559..87044bd91 100644 --- a/.github/workflows/helm-community.yml +++ b/.github/workflows/helm-community.yml @@ -5,6 +5,7 @@ on: branches: - master - release/** + - next/** paths: - helm/** - test/postman/helm/** diff --git a/.github/workflows/helm-enterprise.yml b/.github/workflows/helm-enterprise.yml index 443aa893f..0bb76656b 100644 --- a/.github/workflows/helm-enterprise.yml +++ b/.github/workflows/helm-enterprise.yml @@ -5,6 +5,7 @@ on: branches: - master - release/** + - next/** paths: - helm/** - test/postman/helm/** diff --git a/.github/workflows/helm-static-checks.yml b/.github/workflows/helm-static-checks.yml index 1a4e8ea42..f455f08b8 100644 --- a/.github/workflows/helm-static-checks.yml +++ b/.github/workflows/helm-static-checks.yml @@ -5,6 +5,7 @@ on: branches: - master - release/** + - next/** paths: - helm/** - test/postman/helm/** diff --git a/.github/workflows/pre-commit-compose.yml b/.github/workflows/pre-commit-compose.yml index 0447a3ea4..7966f2b7a 100644 --- a/.github/workflows/pre-commit-compose.yml +++ b/.github/workflows/pre-commit-compose.yml @@ -6,6 +6,7 @@ on: branches: - master - release/** + - next/** paths: - docker-compose/** - .pre-commit-config.yaml diff --git a/.github/workflows/pre-commit-helm.yml b/.github/workflows/pre-commit-helm.yml index d1416d051..df66b1ebb 100644 --- a/.github/workflows/pre-commit-helm.yml +++ b/.github/workflows/pre-commit-helm.yml @@ -6,6 +6,7 @@ on: branches: - master - release/** + - next/** paths: - helm/** - test/postman/helm/**