* 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
|
version: 2
|
||||||
build:
|
build:
|
||||||
jobs:
|
jobs:
|
||||||
- build
|
- build:
|
||||||
|
name: build
|
||||||
|
filters:
|
||||||
|
branches:
|
||||||
|
ignore: /dependabot.*/
|
||||||
- integration:
|
- integration:
|
||||||
name: integration
|
name: integration
|
||||||
filters:
|
filters:
|
||||||
branches:
|
branches:
|
||||||
ignore: main
|
ignore:
|
||||||
|
- main
|
||||||
|
- /dependabot.*/
|
||||||
- deploy:
|
- deploy:
|
||||||
requires:
|
requires:
|
||||||
- build
|
- build
|
||||||
|
|
Загрузка…
Ссылка в новой задаче