From 1eec0aae2d478d7eb02b0615dd106377822e101e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20B=C5=99ezina?= Date: Thu, 5 May 2022 15:31:12 +0200 Subject: [PATCH] ci: enable ci for sssd-2-7 Reviewed-by: Justin Stephenson --- .github/workflows/analyze-target.yml | 2 +- .github/workflows/ci.yml | 4 ++-- .github/workflows/copr_build.yml | 1 + .github/workflows/copr_cleanup.yml | 1 + .github/workflows/static-code-analysis.yml | 4 ++-- 5 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/analyze-target.yml b/.github/workflows/analyze-target.yml index 664818c855c..13399c4f009 100644 --- a/.github/workflows/analyze-target.yml +++ b/.github/workflows/analyze-target.yml @@ -1,7 +1,7 @@ name: "Analyze (target)" on: pull_request_target: - branches: [master] + branches: [master, sssd-2-7] concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number }} cancel-in-progress: true diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 28be4c6aa76..c51d30fe509 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,9 +1,9 @@ name: "ci" on: push: - branches: [master] + branches: [master, sssd-2-7] pull_request: - branches: [master] + branches: [master, sssd-2-7] concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true diff --git a/.github/workflows/copr_build.yml b/.github/workflows/copr_build.yml index d3b87536eae..1e0b20e21d0 100644 --- a/.github/workflows/copr_build.yml +++ b/.github/workflows/copr_build.yml @@ -21,6 +21,7 @@ name: copr on: pull_request_target: + branches: [master, sssd-2-7] types: [opened, synchronize, reopened] concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number }} diff --git a/.github/workflows/copr_cleanup.yml b/.github/workflows/copr_cleanup.yml index 69870e3a1a3..3a1b502c639 100644 --- a/.github/workflows/copr_cleanup.yml +++ b/.github/workflows/copr_cleanup.yml @@ -1,6 +1,7 @@ name: copr cleanup on: pull_request_target: + branches: [master, sssd-2-7] types: [closed] concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number }} diff --git a/.github/workflows/static-code-analysis.yml b/.github/workflows/static-code-analysis.yml index a50e05493f5..3ab1d5fba48 100644 --- a/.github/workflows/static-code-analysis.yml +++ b/.github/workflows/static-code-analysis.yml @@ -1,9 +1,9 @@ name: "Static code analysis" on: push: - branches: [master] + branches: [master, sssd-2-7] pull_request: - branches: [master] + branches: [master, sssd-2-7] schedule: # Everyday at midnight - cron: '0 0 * * *'