Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ on:
workflow_dispatch:
pull_request:
branches:
- master
- main
- develop
paths-ignore:
- '**.md'
push:
branches:
- master
- main
- develop
paths-ignore:
- '**.md'
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# PHP Google Flights Library
# PHP Flight Search Library

[![codecov](https://codecov.io/gh/mintopia/flights/graph/badge.svg?token=W3KMU4MZ9P)](https://codecov.io/gh/mintopia/flights)
[![codecov](https://codecov.io/gh/mintopia/flights/branch/main/graph/badge.svg?token=W3KMU4MZ9P)](https://codecov.io/gh/mintopia/flights)
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/mintopia/flights/code-quality.yml?branch=main)
![Packagist Version](https://img.shields.io/packagist/v/mintopia/flights)
![GitHub Sponsors](https://img.shields.io/github/sponsors/mintopia)

## Introduction

Expand Down