From 87ad531d324051cad7c176248326133f3c5425f0 Mon Sep 17 00:00:00 2001 From: OS-pedrogustavobilro Date: Wed, 8 Jan 2025 13:57:11 +0000 Subject: [PATCH] fix: github action syntax --- .github/workflows/continuous_integration.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index 9372381..76e6aa6 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -2,7 +2,7 @@ name: CI on: push: - branches: ** + branches: '**' pull_request: types: [opened, synchronize, reopened] @@ -49,4 +49,7 @@ jobs: run: npm run build - name: 'Sync example app platforms' working-directory: ./packages/example-app-capacitor - run: npx cap sync --deployment \ No newline at end of file + run: npx cap sync --deployment + - name: 'Build native apps' + working-directory: ./packages/example-app-capacitor + run: npm run buildnative \ No newline at end of file