Skip to content

Commit

Permalink
update github action
Browse files Browse the repository at this point in the history
KiSeungMin committed Sep 21, 2024
1 parent 4e73283 commit 714969e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev_docker_gradle.yml
Original file line number Diff line number Diff line change
@@ -2,9 +2,9 @@ name: Java CI with Gradle # 워크플로우의 이름 설정

on:
push:
branches: ["dev"] # dev 브랜치에 푸시될 때 워크플로우 실행
branches: ["develop"] # dev 브랜치에 푸시될 때 워크플로우 실행
pull_request:
branches: ["dev"] # dev 브랜치에 대한 PR이 생성되거나 업데이트될 때 워크플로우 실행
branches: ["develop"] # dev 브랜치에 대한 PR이 생성되거나 업데이트될 때 워크플로우 실행

permissions:
contents: read # 워크플로우의 권한 설정 (read-only)

0 comments on commit 714969e

Please sign in to comment.