Skip to content

Commit d430eb5

Browse files
authored
Include .yaml files in applyTo for GitHub Actions instructions (#468)
Updated applyTo field to include .yaml files for workflows.
1 parent ce15839 commit d430eb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instructions/github-actions-ci-cd-best-practices.instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
applyTo: '.github/workflows/*.yml'
2+
applyTo: '.github/workflows/*.yml,.github/workflows/*.yaml'
33
description: 'Comprehensive guide for building robust, secure, and efficient CI/CD pipelines using GitHub Actions. Covers workflow structure, jobs, steps, environment variables, secret management, caching, matrix strategies, testing, and deployment strategies.'
44
---
55

0 commit comments

Comments
 (0)