diff --git a/.github/workflows/build-aar.yml b/.github/workflows/build-aar.yml index 094325c4..1fcd3453 100644 --- a/.github/workflows/build-aar.yml +++ b/.github/workflows/build-aar.yml @@ -11,6 +11,7 @@ jobs: build: name: Build AAR runs-on: ubuntu-latest + if: github.event_name == 'push' steps: - name: Checkout code