Skip to content

Commit 1ced78b

Browse files
committed
added develop branch for actions
1 parent bcd230a commit 1ced78b

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
name: Frontend CI
22

33
on:
4-
# Run on push and PRs to main
4+
# Run on push and PRs to main and develop
55
push:
6-
branches: [main]
6+
branches:
7+
- main
8+
- develop
79
pull_request:
8-
branches: [main]
10+
branches:
11+
- main
12+
- develop
913
workflow_dispatch:
1014

1115
jobs:

0 commit comments

Comments
 (0)