Skip to content

Commit a25082a

Browse files
fix: update branch references from master to main in workflow files
1 parent f48178a commit a25082a

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Deploy static content to Pages
44
on:
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:

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Playwright Tests
22
on:
33
pull_request:
4-
branches: [ master ]
4+
branches: [ main ]
55
jobs:
66
test:
77
timeout-minutes: 60

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Unit Tests
22
on:
33
pull_request:
4-
branches: [ master ]
4+
branches: [ main ]
55
jobs:
66
test:
77
timeout-minutes: 60

public/modules/ui/general.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)