Skip to content

Commit a4d32b0

Browse files
author
Bartek Kwiecien
committed
Updated tests workflow
1 parent 2e85220 commit a4d32b0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
name: Run Tests
1+
name: Tests
22

3-
on: [push]
3+
on: [push, pull_request]
44

55
jobs:
66
tests:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<p align="center"><img src="logo.svg" align="center" width="100"/></p>
22
<h1 align="center">Filestack Python</h1>
33
<p align="center">
4-
<a href="http://travis-ci.org/filestack/filestack-python">
5-
<img src="https://img.shields.io/travis/filestack/filestack-python.svg">
4+
<a href="https://img.shields.io/pypi/pyversions/filestack-python.svg">
5+
<img src="https://github.com/filestack/filestack-python/actions/workflows/tests.yml/badge.svg">
66
</a>
77
<a href="https://pypi.python.org/pypi/filestack-python">
88
<img src="https://img.shields.io/pypi/v/filestack-python.svg">

0 commit comments

Comments
 (0)