Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoon0221 authored Nov 23, 2024
1 parent 08fe774 commit 47014f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Java CI with Gradle

# 워크플로우를 수행할 이벤트를 설정합니다.
# 여기서는 'main' 브랜치에 Pull Request가 생성될 때 수행됩니다.
# 여기서는 'dev' 브랜치에 Pull Request가 생성될 때 수행됩니다.
on:
pull_request:
branches: [ main ]
branches: [ dev ]

permissions:
contents: read
Expand Down

0 comments on commit 47014f8

Please sign in to comment.