Skip to content

Commit

Permalink
chore: trigger detox on push
Browse files Browse the repository at this point in the history
  • Loading branch information
siepra committed Oct 13, 2023
1 parent 6b3567c commit e41f5c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-android.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: E2E Android

on:
pull_request:
push:
paths:
- packages/mobile/**

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-ios.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: E2E iOS

on:
pull_request:
push:
paths:
- packages/mobile/**

Expand Down

0 comments on commit e41f5c9

Please sign in to comment.