Skip to content

Commit

Permalink
Update prod-backend-cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
minson96 authored Mar 8, 2024
1 parent d18bafe commit 0b95356
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/prod-backend-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle
name: Java CD with Gradle
on:
push:
pull_request:
types: [ "closed" ]
branches: [ "main" ]
permissions:
contents: read
Expand All @@ -17,6 +18,9 @@ defaults:
jobs:
build:
runs-on: ubuntu-latest
if: >
github.event.pull_request.merged == true &&
contains(join(github.event.pull_request.labels.*.name, ','), '💻Frontend')
steps:
## jdk setting
- uses: actions/checkout@v3
Expand Down

0 comments on commit 0b95356

Please sign in to comment.