feat: 단체분야 & 협업유형 리스트화 (#362) #11
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Dummy | ||
on: | ||
pull_request: | ||
paths: | ||
- '**/*.md' | ||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
run: echo "Running CD workflow" |