Check-out to dev first
This commit is contained in:
8
.github/workflows/build_esphome.yml
vendored
8
.github/workflows/build_esphome.yml
vendored
@@ -11,9 +11,13 @@ on:
|
||||
|
||||
jobs:
|
||||
code_scan:
|
||||
name: Build ESPHome binary
|
||||
name: ESPHome Builder
|
||||
runs-on: "ubuntu-latest"
|
||||
steps:
|
||||
- uses: esphome/build-action@v1
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
ref: dev # Check out the 'dev' branch
|
||||
- uses: esphome/build-action
|
||||
with:
|
||||
yaml_file: nspanel_esphome_prebuilt.yaml
|
||||
Reference in New Issue
Block a user