Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request: ~
push:
branches:
- master
- main

jobs:
tests:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Advent of Code

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

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