Skip to content
This repository was archived by the owner on Dec 28, 2024. It is now read-only.

Commit 731aff5

Browse files
committed
Make badges only use workflows runs from main
1 parent b257550 commit 731aff5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Advent of Code 2024
2-
![gofmt](https://github.com/terminalnode/adventofcode2024/workflows/gofmt/badge.svg)
3-
![go test](https://github.com/terminalnode/adventofcode2024/workflows/go%20test/badge.svg)
2+
![gofmt](https://github.com/terminalnode/adventofcode2024/actions/workflows/gofmt.yml/badge.svg?branch=main)
3+
![go test](https://github.com/terminalnode/adventofcode2024/actions/workflows/gotest.yml/badge.svg?branch=main)
44

55
This year's advent of code is being solved in Go as a series of microservices
66
running in a Kubernetes cluster (or `docker-compose` if you prefer). The Kubernetes

0 commit comments

Comments
 (0)