Skip to content

Commit

Permalink
tmp: CI on all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
OS-pedrogustavobilro committed Jan 8, 2025
1 parent e0c53b2 commit a379b86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 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: [ main, development, feat/RMET-3980/capacitor-ci ]
branches: **
pull_request:
types: [opened, synchronize, reopened]

Expand Down Expand Up @@ -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

0 comments on commit a379b86

Please sign in to comment.