diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 2ae6213d..c16ffa02 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -1,8 +1,12 @@ name: Build-for-android-production on: - push : - branches : [release] + push: + branches: [main, dev] + pull_request: + # types: [opened, reopened] + # types: [opened, synchronize, edited, ready_for_review] + env: EXPO_NO_TELEMETRY: 1 SENTRY_DISABLE_AUTO_UPLOAD: true diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 730a2e4d..1bfce97b 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -1,4 +1,3 @@ - name: Node.js CI on: