Skip to content

Commit

Permalink
[feature/InhaBas#204] github actions 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
whitem4rk committed Jan 5, 2024
1 parent a9df551 commit 52c4f85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Gradle Build

on:
pull_request_target:
types: [ opened, reopened, synchronize ]
# pull_request:
# branches: [dev, master, feature/*, refactor/* ]
# push:
# branches: [feature/*]
pull_request_target:
types: [assigned, opened, reopened, synchronize]
branches: [dev, master, feature/*, refactor/* ]



jobs:
Expand Down

0 comments on commit 52c4f85

Please sign in to comment.