Skip to content

Commit

Permalink
feat(cicd): run github workflow on main project
Browse files Browse the repository at this point in the history
  • Loading branch information
tspopp committed Dec 9, 2023
1 parent a9e7968 commit 3e88e3a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
run: pip install --upgrade platformio

- name: Build PlatformIO Project
working-directory: ./AquaMqttLogger
working-directory: ./AquaMQTT
run: pio run
2 changes: 2 additions & 0 deletions AquaMQTT/.idea/AquaMQTT.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions AquaMQTT/.idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3e88e3a

Please sign in to comment.