Skip to content

Commit

Permalink
kuring-119 2.0/base 브랜치에 PR 시 ci 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
yeon-kyu committed Jan 22, 2024
1 parent 127fc0d commit fe14eab
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 fe14eab

Please sign in to comment.