Skip to content

Commit

Permalink
develop에 병합되면 릴리즈 되도록 변경 (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
cometj03 authored Nov 27, 2023
1 parent eb61615 commit 9234568
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deployLibraryYDS.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# YDS 라이브러리를 깃헙에 배포하는 워크플로입니다.
# 깃허브에 배포되면 자동으로 jitpack에 등록됩니다. (https://jitpack.io/#yourssu/YDS-Android)
name: Deploy YDS Library

# master 브랜치에 push가 발생하면 실행됩니다.
# develop 브랜치에 push가 발생하면 실행됩니다.
on:
push:
branches: [ master ]
branches: [ develop ]

jobs:
release:
Expand Down

0 comments on commit 9234568

Please sign in to comment.