Skip to content

Commit

Permalink
chore: yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GayeongKimm authored Jul 30, 2024
1 parent 4c60c7f commit e14e6f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
- name: Build with Gradle
run: ./gradlew build -x test

- name: Deploy with SSH
if: github.ref == 'refs/heads/main'
uses: appleboy/ssh-action@master

- name: List build/libs contents
run: ls -la build/libs

Expand Down

0 comments on commit e14e6f6

Please sign in to comment.