Skip to content

Commit

Permalink
Remove old workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
AzonInc committed Oct 31, 2024
1 parent 3d98f85 commit f35a294
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 33 deletions.
12 changes: 0 additions & 12 deletions .github/example-project-dev.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions .github/example-project-main.yaml

This file was deleted.

4 changes: 4 additions & 0 deletions .github/shared-config.yaml → .github/test-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ esphome:

esp32:
board: "esp32dev"
framework:
type: arduino
version: 2.0.16
platform_version: 6.7.0

wifi:
ssid: "My Network"
Expand Down
11 changes: 2 additions & 9 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,7 @@
- name: Checkout
uses: actions/checkout@v3

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

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

0 comments on commit f35a294

Please sign in to comment.