mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-20 02:15:12 +00:00
Include .yaml files in applyTo for GitHub Actions instructions (#468)
Updated applyTo field to include .yaml files for workflows.
This commit is contained in:
@@ -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.'
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user