Skip to content

Commit b755d89

Browse files
authored
Infra upkeep (#30)
- Fix main branch name.
1 parent 89e538d commit b755d89

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/code-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request: ~
55
push:
66
branches:
7-
- master
7+
- main
88

99
jobs:
1010
tests:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Advent of Code
22

3-
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/sprak3000/advent-of-code/tests.yml?branch=master)
3+
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/sprak3000/advent-of-code/tests.yml?branch=main)
44

55
This repository holds my attempts at solving the puzzles put forth by the annual [Advent of Code](https://adventofcode.com/).
66
Every year, the site puts out a daily pair of holiday themed puzzles starting on December 1. The puzzles for each year

0 commit comments

Comments
 (0)