From d6eda8a25cf6c950957e679ae4dbe3ef1f054b28 Mon Sep 17 00:00:00 2001 From: Jeroen de Bruijn Date: Sun, 5 Nov 2023 22:12:56 +0100 Subject: [PATCH] ci: rename `build` workflow to `ci-cd` --- .github/workflows/{build.yml => ci-cd.yml} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename .github/workflows/{build.yml => ci-cd.yml} (96%) diff --git a/.github/workflows/build.yml b/.github/workflows/ci-cd.yml similarity index 96% rename from .github/workflows/build.yml rename to .github/workflows/ci-cd.yml index cdf987ec..6bc32024 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/ci-cd.yml @@ -1,11 +1,12 @@ -name: Build +name: CI/CD on: push: branches: - main + - beta - 'renovate/**' - 'github-renovate/**' - pull_request: + pull_request: null jobs: lint-commit-messages: uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@f9dd5c7e1a71d02a92f8aac3261b62eae0df950f # v4.1.0