Fix trigger of full CI on dependency bumps (#66738)

This commit is contained in:
Franck Nijhof
2022-02-17 16:19:51 +01:00
committed by GitHub
parent 276fd4f42c
commit bcc5ce142f

View File

@ -124,7 +124,7 @@ other: &other
- .github/workflows/*
- homeassistant/scripts/**
requirements:
requirements: &requirements
- .github/workflows/*
- homeassistant/package_constraints.txt
- requirements*.txt
@ -135,4 +135,5 @@ any:
- *components
- *core
- *other
- *requirements
- *tests