Skip to content

Commit

Permalink
fix: github action syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
OS-pedrogustavobilro committed Jan 8, 2025
1 parent a379b86 commit 87ad531
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI

on:
push:
branches: **
branches: '**'
pull_request:
types: [opened, synchronize, reopened]

Expand Down Expand Up @@ -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
run: npx cap sync --deployment
- name: 'Build native apps'
working-directory: ./packages/example-app-capacitor
run: npm run buildnative

0 comments on commit 87ad531

Please sign in to comment.