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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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