Skip to content

Commit

Permalink
build: PR closed 될때 머지되도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
murjune committed Oct 22, 2024
1 parent fd91e18 commit 3783a1d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/Android_Release_CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Android PR Builder

on:
push:
branches: [ main ]
branches: [ "an/release*" ]

jobs:
build:
Expand All @@ -12,6 +12,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: show github pull request
run: echo ${{ github.event.pull_request.title }}

- name: Gradle cache
uses: actions/cache@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Android_Release_CI.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Android PR Builder

on:
pull_request:
branches: [ main ]
push:
branches: [ "an/release*" ]

jobs:
build:
Expand Down

0 comments on commit 3783a1d

Please sign in to comment.