1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-10-27 07:25:48 -04:00

renamed default branch to main

This commit is contained in:
2020-06-21 10:44:43 -04:00
parent b97f7a00de
commit 12f8bd8084
3 changed files with 117 additions and 181 deletions

View File

@@ -3,7 +3,7 @@ name: CI
on:
push:
branches:
- master
- main
pull_request:
jobs:
@@ -43,7 +43,7 @@ jobs:
--collect.url=https://deploy-preview-${{ github.event.number }}--jakejarvis.netlify.com/notes/how-to-pull-request-fork-github/ \
--collect.url=https://deploy-preview-${{ github.event.number }}--jakejarvis.netlify.com/notes/how-to-pull-request-fork-github/amp.html
- name: Audit jarv.is
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
continue-on-error: true
run: |
lhci autorun --config=./.lighthouserc.json \