From f7e9569cf0095a25a5529dfb00ac3b05f32e2c31 Mon Sep 17 00:00:00 2001 From: Amritanshu Sikdar Date: Tue, 3 Sep 2024 13:22:42 +0200 Subject: [PATCH] chore: Rename pull-build-template-operator to build-template-operator (#248) **Description** Changes proposed in this pull request: - Renaming `pull-build-template-operator` to `build-template-operator` **Related Issues** In cooperation with https://github.com/kyma-project/lifecycle-manager/issues/1811 --- ...-build-template-operator.yml => build-template-operator.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{pull-build-template-operator.yml => build-template-operator.yml} (96%) diff --git a/.github/workflows/pull-build-template-operator.yml b/.github/workflows/build-template-operator.yml similarity index 96% rename from .github/workflows/pull-build-template-operator.yml rename to .github/workflows/build-template-operator.yml index bfcb656..1e6e02a 100644 --- a/.github/workflows/pull-build-template-operator.yml +++ b/.github/workflows/build-template-operator.yml @@ -1,4 +1,4 @@ -name: pull-build-template-operator +name: build-template-operator on: push: