Revert "Try to avoid running GitHub Actions twice on release PRs"

This reverts commit a1ac7ab4cf.
This commit is contained in:
Adam J. Stewart 2022-01-01 15:51:14 -06:00
Родитель a1ac7ab4cf
Коммит dcbe51605b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: C66C0675661156FC
3 изменённых файлов: 10 добавлений и 6 удалений

4
.github/workflows/release.yaml поставляемый
Просмотреть файл

@ -2,10 +2,10 @@ name: release
on:
push:
branches:
- 'release**'
- release**
pull_request:
branches:
- 'release**'
- release**
jobs:
datasets:
name: datasets

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

@ -2,10 +2,12 @@ name: style
on:
push:
branches:
- '**'
- main
- release**
pull_request:
branches:
- '**'
- main
- release**
jobs:
black:
name: black

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

@ -2,10 +2,12 @@ name: tests
on:
push:
branches:
- '**'
- main
- release**
pull_request:
branches:
- '**'
- main
- release**
jobs:
mypy:
name: mypy