Skip to content

Commit

Permalink
ci(deps): Run deps update on the dev branch (#52)
Browse files Browse the repository at this point in the history
To prevent updating already updated deps.
  • Loading branch information
5ouma committed May 8, 2024
1 parent c87be87 commit 0a6af35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deps-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
steps:
- name: 🚚 Checkout Repository
uses: actions/checkout@v4
with:
ref: dev

- name: 🦕 Setup Deno
uses: denoland/setup-deno@v1
Expand Down

0 comments on commit 0a6af35

Please sign in to comment.