From 6491e3e1c3984efda1c5f7ddf20d42241100e444 Mon Sep 17 00:00:00 2001
From: Richard Muvirimi <richard@tyganeutronics.com>
Date: Thu, 9 Nov 2023 19:59:17 +0200
Subject: [PATCH] Update deploy.yml

---
 .github/workflows/deploy.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index ea7e5d2..21908ed 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -3,7 +3,7 @@ name: Update Dependencies
 on:
   # On push or after every 7 days
   push:
-    branches: [ master ]
+    branches: [ development ]
   schedule:
     - cron: "0 0 1/7 * *"
 
@@ -70,7 +70,7 @@ jobs:
         uses: ad-m/github-push-action@v0.6.0
         with:
           github_token: ${{ secrets.GITHUB_TOKEN }}
-          branch: master
+          branch: development
 
       - name: Prepare Deploy
         run: rsync -rvzt --include-from=.rsync --exclude-from=.gitignore --exclude '.rsync' ./ ./distribution/