diff --git a/.github/workflows/native.yml b/.github/workflows/native.yml index 40ea2f7..935954f 100644 --- a/.github/workflows/native.yml +++ b/.github/workflows/native.yml @@ -5,12 +5,6 @@ on: - 'ios/**' - 'android/**' - 'cpp/**' - pull_request: - branches: [ main ] - paths: - - 'ios/**' - - 'android/**' - - 'cpp/**' concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}