Skip to content

Commit 89a5f32

Browse files
committed
update lighthouse badger workflow
change workflow to main branch
1 parent 72f5020 commit 89a5f32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lighthouse-badger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ name: "Lighthouse Badger"
1616
env:
1717
URLS: https://alshedivat.github.io/al-folio/
1818
# If any of the following env is blank, a default value is used instead
19-
REPO_BRANCH: "${{ github.repository }} master" # target repository & branch e.g. 'dummy/mytargetrepo main'
19+
REPO_BRANCH: "${{ github.repository }} main" # target repository & branch e.g. 'dummy/mytargetrepo main'
2020
MOBILE_LIGHTHOUSE_PARAMS: "--only-categories=performance,accessibility,best-practices,seo --throttling.cpuSlowdownMultiplier=2"
2121
DESKTOP_LIGHTHOUSE_PARAMS: "--only-categories=performance,accessibility,best-practices,seo --preset=desktop --throttling.cpuSlowdownMultiplier=1"
2222

0 commit comments

Comments
 (0)