Skip to content

Commit 3d18782

Browse files
committed
Update README.md and workflow
1 parent d045469 commit 3d18782

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
feature-tests:
5050
runs-on: ubuntu-latest
51-
if: github.ref == 'refs/heads/main'
51+
if: github.ref == 'refs/heads/1.x'
5252
strategy:
5353
matrix:
5454
php-version: ['7.4', '8.0', '8.1']

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
# BlueSky SDK for PHP
66

7+
[![PHP Workflow](https://github.com/shahmal1yev/blueskysdk/actions/workflows/php.yml/badge.svg)](https://github.com/shahmal1yev/blueskysdk/actions/workflows/php.yml)
78
![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/shahmal1yev/blueskysdk?label=latest&style=flat)
89
![GitHub last commit](https://img.shields.io/github/last-commit/shahmal1yev/blueskysdk)
910
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)

0 commit comments

Comments
 (0)