Skip to content

ci: update GitHub workflow triggers to target master branch only and remove scheduled runs #1865

ci: update GitHub workflow triggers to target master branch only and remove scheduled runs

ci: update GitHub workflow triggers to target master branch only and remove scheduled runs #1865

Workflow file for this run

name: Validate with hassfest
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
validate:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
- uses: home-assistant/actions/hassfest@master