Skip to content

Commit 8b02361

Browse files
authored
chore: updating ci branches (#299)
1 parent 868867b commit 8b02361

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,9 @@ workflows:
101101
- unit-test
102102
filters:
103103
branches:
104-
only: main
104+
only:
105+
- main
106+
- develop
105107

106108
commands:
107109
create_concatenated_package_lock:

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Check
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [main, develop]
66
pull_request:
7-
branches: [main]
7+
branches: [main, develop]
88

99
jobs:
1010
amplify-cli-tests:

0 commit comments

Comments
 (0)