diff --git a/.github/workflows/pio_build.yml b/.github/workflows/pio_build.yml index 622cfba..3e2e19a 100644 --- a/.github/workflows/pio_build.yml +++ b/.github/workflows/pio_build.yml @@ -6,8 +6,9 @@ on: push: paths: - src/** - - lib/** - include/** + - lib/** + - shared/** - platformio.ini - .github/workflows/pio_build.yml pull_request: @@ -25,6 +26,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] + fail-fast: false steps: - name: Checkout Repo