MatthieuBizien / roam-to-git

Automatic RoamResearch backup to Git
MIT License
550 stars 133 forks source link

Change Branch Master to Main #77

Closed AkashRajvanshi closed 3 years ago

AkashRajvanshi commented 3 years ago

As per the new repositories in GitHub - The default branch is the main

# .github/workflows/main.yml
branches:
      - master

so as a new user commits the code, it will go to the main branch instead of master and which will not trigger an action.

# .github/workflows/main.yml
branches:
      - main
everruler12 commented 3 years ago

Duplicate of #56