Skip to content

Commit

Permalink
ci: do not start tracking master branch
Browse files Browse the repository at this point in the history
Not exactly sure what this does, but it was specified in the `nx` docs:
https://nx.dev/ci/recipes/set-up/monorepo-ci-github-actions

But this breaks the pipeline, so we probably have to remove it...

Related to #83
  • Loading branch information
JoosepAlviste committed Jan 5, 2024
1 parent 3abc433 commit 072fb36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
- uses: nrwl/nx-set-shas@v3
with:
main-branch-name: 'master'
- run: git branch --track master origin/master
- uses: pnpm/action-setup@v2
with:
version: 8
Expand Down

0 comments on commit 072fb36

Please sign in to comment.