Skip to content

Commit

Permalink
set main as default branch
Browse files Browse the repository at this point in the history
testing over!
  • Loading branch information
goodroot authored Jul 4, 2024
1 parent b8c9bdc commit d2958c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
env:
NETLIFY_BUILD_HOOK_URL: ${{ secrets.NETLIFY_BUILD_HOOK_URL }}
run: |
curl -X POST -d '{}' "${NETLIFY_BUILD_HOOK_URL}?trigger_branch=documentation&trigger_title=Triggered+by+documentation+merge+to+main&clear_cache=true"
curl -X POST -d '{}' "${NETLIFY_BUILD_HOOK_URL}?trigger_branch=main&trigger_title=Triggered+by+documentation+merge+to+main&clear_cache=true"

0 comments on commit d2958c7

Please sign in to comment.