Skip to content

Commit

Permalink
chore(repo): fix branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-stepanenko committed Nov 18, 2023
1 parent fe9b66a commit 37b6a63
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
name: Nx Cloud - Main Job
uses: nrwl/ci/.github/workflows/[email protected]
with:
main-branch-name: main
working-directory: '.'
main-branch-name: master
number-of-agents: 3
init-commands: |
pnpm exec nx-cloud start-ci-run --stop-agents-after="build" --agent-count=3
Expand All @@ -32,3 +33,4 @@ jobs:
uses: nrwl/ci/.github/workflows/[email protected]
with:
number-of-agents: 3
working-directory: '.'

0 comments on commit 37b6a63

Please sign in to comment.