Skip to content

Commit

Permalink
Fix Workflow again
Browse files Browse the repository at this point in the history
  • Loading branch information
AzonInc committed Aug 13, 2024
1 parent e788b6a commit a35dcc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
if: github.ref == 'refs/heads/master'
uses: esphome/build-action@v4.0.1
with:
yaml_file: .github/example-project-master.yaml
yaml-file: .github/example-project-master.yaml

- name: Compile for dev
if: github.ref != 'refs/heads/master'
uses: esphome/build-action@v4.0.1
with:
yaml_file: .github/example-project-dev.yaml
yaml-file: .github/example-project-dev.yaml

0 comments on commit a35dcc2

Please sign in to comment.