diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index eddfff3..9372381 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -2,7 +2,7 @@ name: CI on: push: - branches: [ main, development, feat/RMET-3980/capacitor-ci ] + branches: ** pull_request: types: [opened, synchronize, reopened] @@ -49,4 +49,4 @@ jobs: run: npm run build - name: 'Sync example app platforms' working-directory: ./packages/example-app-capacitor - run: npx cap sync --deployment + run: npx cap sync --deployment \ No newline at end of file