Include .yaml files in applyTo for GitHub Actions instructions (#468)

Updated applyTo field to include .yaml files for workflows.
This commit is contained in:
Maximilian Irro
2025-12-07 23:44:42 +01:00
committed by GitHub
parent ce15839f4e
commit d430eb592a

View File

@@ -1,5 +1,5 @@
--- ---
applyTo: '.github/workflows/*.yml' applyTo: '.github/workflows/*.yml,.github/workflows/*.yaml'
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.' 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.'
--- ---