Skip to content

Commit 29e8c33

Browse files
authored
Fix Workflow badge (#10)
* Update README.md * Update ci.yml
1 parent 9ffe5ba commit 29e8c33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: CI
44
pull_request:
55
push:
66
branches:
7-
- master
7+
- netways
88

99

1010
jobs:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Ansible Role for Patroni
22

3-
![Molecule Test](https://github.com/netways/ansible-role-patroni/actions/workflows/ci.yml/badge.svg)
3+
[![CI](https://github.com/NETWAYS/ansible-role-patroni/actions/workflows/ci.yml/badge.svg?event=push)](https://github.com/NETWAYS/ansible-role-patroni/actions/workflows/ci.yml)
44

55
An Ansible role which installs and configures [Patroni](https://github.com/zalando/patroni/) - HA solution for PostgreSQL.
66

0 commit comments

Comments
 (0)