Skip to content

Commit

Permalink
fix: run CI on PR (#31)
Browse files Browse the repository at this point in the history
Co-authored-by: Oliver Thébault <[email protected]>
  • Loading branch information
Oliboy50 and Oliboy50 authored Mar 2, 2022
1 parent 212a61e commit 8c8dfe0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Tests

on: [push]
on: [push, pull_request]

jobs:
tests:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Stastd PHP Component [![Build Status](https://github.com/BedrockStreaming/Statsd/actions/workflows/tests.yml/badge.svg)](https://github.com/BedrockStreaming/Statsd/actions/workflows/tests.yml)
# Stastd PHP Component [![Build Status](https://github.com/BedrockStreaming/Statsd/actions/workflows/tests.yml/badge.svg)](https://github.com/BedrockStreaming/Statsd/actions/workflows/tests.yml) [![Latest Stable Version](http://poser.pugx.org/m6web/statsd/v)](https://packagist.org/packages/m6web/statsd) [![Total Downloads](http://poser.pugx.org/m6web/statsd/downloads)](https://packagist.org/packages/m6web/statsd) [![License](http://poser.pugx.org/m6web/statsd/license)](https://packagist.org/packages/m6web/statsd) [![PHP Version Require](http://poser.pugx.org/m6web/statsd/require/php)](https://packagist.org/packages/m6web/statsd)

[usage](doc/usage.md)

Expand Down

0 comments on commit 8c8dfe0

Please sign in to comment.