Skip to content

Commit e833e7f

Browse files
committed
πŸ“š 🧰 Update README.md and CI
1 parent 3a8ff43 commit e833e7f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

β€Ž.github/workflows/pull_request_checks.yamlβ€Ž renamed to β€Ž.github/workflows/checks.yamlβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
name: 🚨 Checks
22

33
on:
4+
push:
5+
branches:
6+
- main
47
pull_request:
58
branches:
69
- main
710

11+
concurrency:
12+
group: ${{ github.workflow }}-${{ github.ref }}
13+
cancel-in-progress: true
14+
815
jobs:
916
test:
1017
name: πŸ§ͺ Test

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 🍫 swift-nibbles
2-
![Build](https://img.shields.io/github/actions/workflow/status/connor-ricks/swift-nibbles/pull_request_checks.yaml?logo=GitHub)
2+
![Build](https://img.shields.io/github/actions/workflow/status/connor-ricks/swift-nibbles/checks.yaml?logo=GitHub)
33
![Codecov](https://img.shields.io/codecov/c/github/connor-ricks/swift-nibbles?logo=Codecov&label=codecov)
44
![License](https://img.shields.io/github/license/connor-ricks/swift-nibbles?color=blue)
55

0 commit comments

Comments
Β (0)