Test with Beta
This commit is contained in:
20
.github/workflows/validate_esphome_beta.yml
vendored
20
.github/workflows/validate_esphome_beta.yml
vendored
@@ -3,6 +3,24 @@ name: Validate ESPHome (Beta)
|
||||
|
||||
# yamllint disable-line rule:truthy
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- "*.yaml"
|
||||
- "ESPHome/*.yaml"
|
||||
- ".test/*.yaml"
|
||||
- "*.h"
|
||||
- "*.c"
|
||||
- "*.cpp"
|
||||
- "*.py"
|
||||
pull_request:
|
||||
paths:
|
||||
- "*.yaml"
|
||||
- "ESPHome/*.yaml"
|
||||
- ".test/*.yaml"
|
||||
- "*.h"
|
||||
- "*.c"
|
||||
- "*.cpp"
|
||||
- "*.py"
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
@@ -86,7 +104,7 @@ jobs:
|
||||
yaml_file: ".test/esphome_idf_bluetooth_proxy.yaml"
|
||||
- id: idf_v5
|
||||
base: idf_v5
|
||||
yaml_file: ".test/esphome_idf5_bluetooth_proxy.yaml"
|
||||
yaml_file: ".test/esphome_idf53_bluetooth_proxy.yaml"
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
||||
Reference in New Issue
Block a user