Skip to content

Commit

Permalink
👷[Ci]:GitHub Actions, Docker 배포 관련
Browse files Browse the repository at this point in the history
  • Loading branch information
rimi3226 committed Mar 27, 2024
1 parent eb5e242 commit 17e386e
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
Expand Up @@ -9,9 +9,9 @@ name: Java CI with Gradle

on:
push:
branches: [ "develop" ]
branches: [ "develop", "feat/*", "cicd/*", "fix/*", "hotfix/*", "refactor/*", "chore/*", "docs/*", "style/*", "test/*" ]
pull_request:
branches: [ "develop" ]
branches: [ "develop", "feat/*", "cicd/*", "fix/*", "hotfix/*", "refactor/*", "chore/*", "docs/*", "style/*", "test/*" ]

jobs:
build:
Expand Down

0 comments on commit 17e386e

Please sign in to comment.