Skip to content

Request auth data on setup and then on every second status update #188

Request auth data on setup and then on every second status update

Request auth data on setup and then on every second status update #188

Workflow file for this run

---
name: Build Component
on:
push:
pull_request:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Compile for main
if: github.ref == 'refs/heads/main'
uses: esphome/[email protected]
with:
yaml-file: .github/example-project-main.yaml
- name: Compile for dev
if: github.ref != 'refs/heads/main'
uses: esphome/[email protected]
with:
yaml-file: .github/example-project-dev.yaml