Skip to content

Commit

Permalink
build: CD, CI main 에 돌리기
Browse files Browse the repository at this point in the history
  • Loading branch information
murjune committed Oct 22, 2024
1 parent fcde765 commit bba5115
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Android_PR_Builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Android PR Builder

on:
pull_request:
branches: [ an/develop ]
branches: [ an/develop, main ]
push:
branches: [ an/develop ]
branches: [ an/develop, main ]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Android_Release_CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Android PR Builder

on:
pull_request:
branches: [ an/develop ]
branches: [ main ]
push:
branches: [ an/develop ]
branches: [ main ]

jobs:
build:
Expand Down

0 comments on commit bba5115

Please sign in to comment.