/
githubmirror
/
PowerShell
Обзор
Документация
Войти
/
githubmirror
/
PowerShell
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.github/action-filters.yml
23 строки
392 B
Travis Plunk
Fix GitHub Action filter overmatching (#24929)
04 фев 2025, 02:34
Не верифицирован
04 фев 2025, 02:34
268c7f9
Код
Авторство
О чём код?
github: &github - .github/actions/** - .github/workflows/**-ci.yml tools: &tools - tools/buildCommon/** - tools/ci.psm1 props: &props - '**.props' tests: &tests - test/powershell/** - test/tools/** - test/xUnit/** mainSource: &mainSource - src/** buildModule: &buildModule - build.psm1 source: - *github - *tools - *props - *buildModule - *mainSource - *tests