Skip to content

Commit f81a57f

Browse files
committed
Oops, doesn't run CI on branch
1 parent 1722802 commit f81a57f

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- trunk
8+
- psalm-6
89

910
jobs:
1011
tests:

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- trunk
8+
- psalm-6
89

910
jobs:
1011
static-analysis-psalm:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22
# HTTP_Request2
33

4-
[![Build Status](https://github.com/pear/HTTP_Request2/actions/workflows/continuous-integration.yml/badge.svg?branch=master)](https://github.com/pear/HTTP_Request2/actions/workflows/continuous-integration.yml)
5-
[![Static Analysis](https://github.com/pear/HTTP_Request2/actions/workflows/static-analysis.yml/badge.svg?branch=master)](https://github.com/pear/HTTP_Request2/actions/workflows/static-analysis.yml)
4+
[![Build Status](https://github.com/pear/HTTP_Request2/actions/workflows/continuous-integration.yml/badge.svg?branch=psalm-6)](https://github.com/pear/HTTP_Request2/actions/workflows/continuous-integration.yml)
5+
[![Static Analysis](https://github.com/pear/HTTP_Request2/actions/workflows/static-analysis.yml/badge.svg?branch=psalm-6)](https://github.com/pear/HTTP_Request2/actions/workflows/static-analysis.yml)
66

77
Provides an easy way to perform HTTP requests, uses pluggable adapters
88

0 commit comments

Comments
 (0)