From 9a601056b70c856366fbb227e75f996c29683358 Mon Sep 17 00:00:00 2001 From: omaroughriss Date: Wed, 23 Jul 2025 13:22:53 +0200 Subject: [PATCH] Update cicd branche to dev --- .github/workflows/{cicd.yml => dev.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{cicd.yml => dev.yml} (97%) diff --git a/.github/workflows/cicd.yml b/.github/workflows/dev.yml similarity index 97% rename from .github/workflows/cicd.yml rename to .github/workflows/dev.yml index 5ce3f43..91afb7b 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/dev.yml @@ -2,7 +2,7 @@ name: Build and Push to Registry on: push: - branches: [ cicd ] + branches: [ dev ] env: REGISTRY: git.4nkweb.com