This commit is contained in:
Elizabeth Craig 2023-02-07 17:12:43 -08:00 коммит произвёл GitHub
Родитель 9a0b6a3ace
Коммит 5ed95c71a4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 4 добавлений и 2 удалений

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

@ -7,8 +7,10 @@ on:
pull_request:
branches:
- master
paths-ignore:
- "docs/**"
# Ignoring the docs prevents PRs touching only docs from succeeding.
# Also, the docs do have a build step which must succeed for overall builds to succeed.
# paths-ignore:
# - "docs/**"
jobs:
build: