Skip to content

Commit

Permalink
fix(ci): fix default branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
Suyashtnt committed Mar 25, 2024
1 parent 994836a commit a0f0a7e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ jobs:
- run: pnpm i --frozen-lockfile

- uses: nrwl/nx-set-shas@v3
with:
main-branch-name: 'dev'

# This line is needed for nx affected to work when CI is running on a PR
- name: Checkout default branch
if: github.ref != 'refs/heads/dev'
Expand Down

0 comments on commit a0f0a7e

Please sign in to comment.