Skip to content

Commit

Permalink
chore: update default branch for unofficial builds (#2831)
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni authored May 9, 2022
1 parent 755a952 commit 283fd99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ cd /home/nodejs/unofficial-builds
git reset --hard
git clean -fdx
git fetch origin
git checkout origin/master
git checkout origin/main

bash -c ./bin/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"rules": [
{
"event": "push",
"match": "ref == \"refs/heads/master\"",
"match": "ref == \"refs/heads/main\"",
"exec": "/home/nodejs/bin/deploy-unofficial-builds.sh"
}
]
Expand Down

0 comments on commit 283fd99

Please sign in to comment.