Fixed sample secrets.yaml
Some checks failed
Savin's Home Assistant / build (push) Failing after 1m1s
Some checks failed
Savin's Home Assistant / build (push) Failing after 1m1s
This commit is contained in:
12
.github/workflows/build.yaml
vendored
12
.github/workflows/build.yaml
vendored
@ -2,8 +2,16 @@
|
||||
name: Savin's Home Assistant
|
||||
|
||||
on:
|
||||
- push
|
||||
- pull_request
|
||||
push:
|
||||
branches: [develop]
|
||||
paths-ignore:
|
||||
- 'README.md'
|
||||
- '.github/**'
|
||||
pull_request:
|
||||
branches: [develop]
|
||||
paths-ignore:
|
||||
- 'README.md'
|
||||
- '.github/**'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Reference in New Issue
Block a user