diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 7a6378b..c679d15 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -9,7 +9,7 @@ jobs: uses: ./.github/workflows/changes.yaml build: - if: ${{ needs.changes.outputs.app == 'true' || needs.changes.outputs.client == 'true' }} + if: ${{ needs.changes.outputs.api == 'true' || needs.changes.outputs.client == 'true' }} name: build needs: - changes diff --git a/api/README.md b/api/README.md index a7caafe..61e7716 100644 --- a/api/README.md +++ b/api/README.md @@ -1,3 +1,3 @@ # Flying API -An API for the Flying app. \ No newline at end of file +An API for the Flying app. blah \ No newline at end of file