CI should run on PRs to future stable branches (#718)

This commit is contained in:
Andrew Coates 2021-02-11 22:42:31 -08:00 коммит произвёл GitHub
Родитель df4e7daa00
Коммит ab9d6495e4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -7,7 +7,7 @@ pr:
branches:
include:
- master
- 0.59-stable
- '*-stable'
paths:
exclude:
- '*.md'

Просмотреть файл

@ -10,7 +10,7 @@ pr:
branches:
include:
- master
- 0.59-stable
- '*-stable'
paths:
exclude:
- '*.md'