Skip to content

Commit

Permalink
Update runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Beaulieu committed Sep 23, 2022
1 parent 5a6c6df commit 3ad533a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml → .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Test

on: [pull_request]
on:
push:
branches:
- main

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Chestnut 🌳

![tests](https://github.com/stashpad/chestnut/actions/workflows/test.yml/badge.svg)
![tests](https://github.com/stashpad/chestnut/actions/workflows/tests.yml/badge.svg)

<p align="center">
<a href="https://github.com/stashpad/chestnut/blob/master/LICENSE">License</a> ·
Expand Down

0 comments on commit 3ad533a

Please sign in to comment.