File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name: Deploy static content to Pages
44on :
55 # Runs on pushes targeting the default branch
66 push :
7- branches : ['master ']
7+ branches : ['main ']
88
99 # Allows you to run this workflow manually from the Actions tab
1010 workflow_dispatch :
Original file line number Diff line number Diff line change 11name : Playwright Tests
22on :
33 pull_request :
4- branches : [ master ]
4+ branches : [ main ]
55jobs :
66 test :
77 timeout-minutes : 60
Original file line number Diff line number Diff line change 11name : Unit Tests
22on :
33 pull_request :
4- branches : [ master ]
4+ branches : [ main ]
55jobs :
66 test :
77 timeout-minutes : 60
Original file line number Diff line number Diff line change @@ -548,7 +548,7 @@ function showInfo() {
548548
549549 <ul style="columns:2">
550550 <li>${ link ( "https://github.com/Azgaar/Fantasy-Map-Generator" , "GitHub repository" ) } </li>
551- <li>${ link ( "https://github.com/Azgaar/Fantasy-Map-Generator/blob/master /LICENSE" , "License" ) } </li>
551+ <li>${ link ( "https://github.com/Azgaar/Fantasy-Map-Generator/blob/main /LICENSE" , "License" ) } </li>
552552 <li>${ link ( "https://github.com/Azgaar/Fantasy-Map-Generator/wiki/Changelog" , "Changelog" ) } </li>
553553 <li>${ link ( "https://github.com/Azgaar/Fantasy-Map-Generator/wiki/Hotkeys" , "Hotkeys" ) } </li>
554554 <li>${ link ( "https://trello.com/b/7x832DG4/fantasy-map-generator" , "Devboard" ) } </li>
You can’t perform that action at this time.
0 commit comments