зеркало из
1
0
Форкнуть 0

Revert ignoring CI build if only markdown files are changed. This blocks PRs and we'll need a different solution to not require CI builds when only markdown files change (#13)

This commit is contained in:
James Burnside 2021-02-19 10:18:54 -08:00 коммит произвёл GitHub
Родитель eedd3b0c0e
Коммит 08346bdcf8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 0 добавлений и 3 удалений

3
.github/workflows/ci.yml поставляемый
Просмотреть файл

@ -6,9 +6,6 @@ on:
branches: [ main ]
pull_request:
branches: [ main ]
paths-ignore:
# Don't run if only basic markdown files have changed.
- '**.md'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: