MaibornWolff / clean-air

Firmware and hardware construction plans for the MaibornWolff Clean Air device
MIT License
32 stars 4 forks source link

Github actions to build firmware should only run if something in the firmware/ directory changes #49

Closed angrox closed 3 years ago

angrox commented 3 years ago

Describe the bug Firmware build is triggered every time a PR and/or a merge to main is done.

To Reproduce Steps to reproduce the behavior:

  1. Make a change in a file outside of firmware/
  2. Make a PR
  3. Github Action is triggered

Expected behavior The firmware build should only be triggered if the firmware changes