* Ignore dependency prs in circle fixes #3021 * Circle syntax error * Ah it needs to match the source branch using a regex
This commit is contained in:
Родитель
677b60f340
Коммит
d8a6297031
|
@ -70,12 +70,18 @@ workflows:
|
|||
version: 2
|
||||
build:
|
||||
jobs:
|
||||
- build
|
||||
- build:
|
||||
name: build
|
||||
filters:
|
||||
branches:
|
||||
ignore: /dependabot.*/
|
||||
- integration:
|
||||
name: integration
|
||||
filters:
|
||||
branches:
|
||||
ignore: main
|
||||
ignore:
|
||||
- main
|
||||
- /dependabot.*/
|
||||
- deploy:
|
||||
requires:
|
||||
- build
|
||||
|
|
Загрузка…
Ссылка в новой задаче