Update applyTo property to target specific GitHub Actions workflow files

Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
This commit is contained in:
André Silva 2025-07-11 08:57:07 +01:00
parent d084f7868a
commit 15b3747e9a
No known key found for this signature in database
GPG Key ID: F1694EC5F3F13898

View File

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