Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-muvirimi committed Nov 9, 2023
1 parent 1c89d79 commit 6491e3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 * *"

Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
uses: ad-m/[email protected]
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/
Expand Down

0 comments on commit 6491e3e

Please sign in to comment.