Skip to content

Commit

Permalink
Merge pull request #87 from ku-ring/2.0/kuring-119_yk
Browse files Browse the repository at this point in the history
kuring-119 2.0/base 브랜치에 PR 시 ci 추가
  • Loading branch information
yeon-kyu authored Jan 23, 2024
2 parents 127fc0d + fe14eab commit 9f79095
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/android-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@ name: Android-develop CI
# Every new pull request to develop branch must fire CI check
on:
push:
branches: [ develop ]
branches:
- develop
- 2.0/base
pull_request:
branches: [ develop ]
branches:
- develop
- 2.0/base

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down

0 comments on commit 9f79095

Please sign in to comment.