summaryrefslogtreecommitdiffstats
path: root/ansible_collections/cisco/nxos/.github/workflows/codecoverage.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible_collections/cisco/nxos/.github/workflows/codecoverage.yml')
-rw-r--r--ansible_collections/cisco/nxos/.github/workflows/codecoverage.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/ansible_collections/cisco/nxos/.github/workflows/codecoverage.yml b/ansible_collections/cisco/nxos/.github/workflows/codecoverage.yml
index be2018590..034589bc1 100644
--- a/ansible_collections/cisco/nxos/.github/workflows/codecoverage.yml
+++ b/ansible_collections/cisco/nxos/.github/workflows/codecoverage.yml
@@ -1,8 +1,9 @@
---
-name: Code Coverage
+name: "Code coverage"
on: # yamllint disable-line rule:truthy
push:
+ branches: [main]
pull_request:
branches: [main]