Skip to content

Commit

Permalink
ci(deploy): only checkout main on prod deploys
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-h1 committed Jan 14, 2024
1 parent 757a9f4 commit 5fdfde6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@ jobs:
run: sudo ethtool -K eth0 tx off rx off

- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: main

- name: Setup node
uses: actions/setup-node@v4
Expand Down

0 comments on commit 5fdfde6

Please sign in to comment.