Skip to content

Commit 3097655

Browse files
Merge pull request #490 from reown-com/chore/test
chore: changed branch name in cicd action
2 parents 39615c8 + f65a954 commit 3097655

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/expo-ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ permissions:
66

77
on:
88
push:
9-
branches: [main, development]
9+
branches: [main, develop]
1010
paths-ignore:
1111
- "**.md"
1212
- "examples/**"
@@ -21,7 +21,7 @@ on:
2121
- ".maestro/**"
2222
pull_request:
2323
types: [opened]
24-
branches: [main, development]
24+
branches: [main, develop]
2525
workflow_dispatch:
2626
inputs:
2727
platform:

0 commit comments

Comments
 (0)