File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ name: Formatters & Tests
66
77on :
88 push :
9- branches : [master ]
9+ branches : [main ]
1010 pull_request :
1111
1212jobs :
2020 with :
2121 repository : ${{ github.event.pull_request.head.repo.full_name }}
2222 ref : ${{ github.event.pull_request.head.ref }}
23- - name : Checkout project (master )
23+ - name : Checkout project (main )
2424 if : github.event_name == 'push'
2525 uses : actions/checkout@v2
2626 - name : Label PR
Original file line number Diff line number Diff line change 1919 uses : actions/checkout@v2
2020 with :
2121 token : ${{ secrets.ADMIN_GITHUB_TOKEN }}
22- ref : master
22+ ref : main
2323 - name : Fetch tags
2424 run : git fetch --tags
2525 - name : Setup Scala
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Drafts/updates the next repository release
33on :
44 push :
55 branches :
6- - master
6+ - main
77
88jobs :
99 update_release_draft :
Original file line number Diff line number Diff line change 88 release :
99 types : [published]
1010 push :
11- branches : master
11+ branches : main
1212
1313jobs :
1414 release :
You can’t perform that action at this time.
0 commit comments