From 848c8c9aeb41c102757b129450df3f13199104ab Mon Sep 17 00:00:00 2001 From: Matt Tarkington Date: Wed, 11 Sep 2024 13:22:29 -0400 Subject: [PATCH] Update README.md to reflect actions only for develop branch (#179) * Update README.md to reflect actions only for main branch * Update README.md actions to point to develop --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f374d12e..5f074fce 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Ansible Solution Collection: nac_dc_vxlan (NetAsCode DC VXLAN) -[![Actions Status](https://github.com/netascode/ansible-dc-vxlan/workflows/CI/badge.svg)](https://github.com/netascode/ansible-dc-vxlan/actions) +[![Actions Status](https://github.com/netascode/ansible-dc-vxlan/workflows/CI/badge.svg?branch=develop)](https://github.com/netascode/ansible-dc-vxlan/actions) Ansible Collection for configuring Cisco VXLAN EVPN fabrics using the Cisco Nexus Dashboard Fabric Controller (NDFC). This collection simplifies the configuration of VXLAN fabrics by abstracting the automation using a data model that represents the desired state of the fabric. With this collection, an operator only needs to modify the configuration state in the data model instead of creating custom playbooks with modules and the associated parameters.