Skip to content

Commit

Permalink
Add CI to the master branch (#1741)
Browse files Browse the repository at this point in the history
* Run CI on pushes to master

* Add CI badge
  • Loading branch information
wooferzfg authored Apr 13, 2024
1 parent 92243db commit 5bb5ba5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: CI

on:
pull_request:
push:
branches:
- 'master'

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Auto Splitters

[![Build Status](https://github.com/LiveSplit/LiveSplit.AutoSplitters/workflows/CI/badge.svg)](https://github.com/LiveSplit/LiveSplit.AutoSplitters/actions)

<!-- TOC depth:6 withLinks:1 updateOnSave:1 orderedList:0 -->

- [Features of an Auto Splitter](#features-of-an-auto-splitter)
Expand Down

0 comments on commit 5bb5ba5

Please sign in to comment.