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 3e6a17d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,18 @@ permissions:
contents: read

jobs:
debug:
name: Debug
runs-on: ubuntu-latest
steps:
- run: echo ${{ github.workspace }}

main:
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 +39,4 @@ jobs:
uses: nrwl/ci/.github/workflows/[email protected]
with:
number-of-agents: 3
working-directory: '.'

0 comments on commit 3e6a17d

Please sign in to comment.