Skip to content

Commit

Permalink
Merge pull request #84 from BudgetBuddiesTeam/ggamD00-patch-1
Browse files Browse the repository at this point in the history
CI/CD 동작 기준 브랜치 dev -> main 브랜치로 변경
  • Loading branch information
SoulTree-Lovers authored Aug 8, 2024
2 parents 92bb166 + c54456b commit ab456d8
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 @@ -4,7 +4,7 @@ name: server
on:
push:
branches:
- dev
- main

permissions:
contents: read
Expand Down Expand Up @@ -43,4 +43,4 @@ jobs:
key: ${{ secrets.PRIVATE_KEY }}
host: ${{ secrets.HOST_DEV }}
username: ${{ secrets.USERNAME }}
script: ${{ secrets.SCRIPT }}
script: ${{ secrets.SCRIPT }}

0 comments on commit ab456d8

Please sign in to comment.