diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5bf231fe..443d869f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -157,14 +157,6 @@ jobs: >> artifacts/flipper-z-${TARGET}-full-${SUFFIX}.bin done - - name: 'Publish artifacts' - uses: actions/upload-artifact@v2 - with: - name: artifacts - path: artifacts/* - if-no-files-found: error - retention-days: 7 - - name: 'Upload artifacts to update server' uses: burnett01/rsync-deployments@4.1 with: diff --git a/.github/workflows/lint_c.yml b/.github/workflows/lint_c.yml index f4c0ce5a..571e88c4 100644 --- a/.github/workflows/lint_c.yml +++ b/.github/workflows/lint_c.yml @@ -1,6 +1,13 @@ name: 'Lint C/C++ with clang-format' -on: push +on: + push: + paths: + - '**.h' + - '**.c' + - '**.hpp' + - '**.cpp' + pull_request: env: TARGETS: f6