Skip to content

Commit

Permalink
Merge pull request #7 from OASIS-YOP/feat/api
Browse files Browse the repository at this point in the history
Feat/api
  • Loading branch information
urimJ authored Nov 23, 2023
2 parents b0ac7c2 + 8ee1e94 commit 942eca0
Show file tree
Hide file tree
Showing 10 changed files with 2,048 additions and 1,588 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: "온폴 CI/CD 실습"

on:
push:
branches:
- feat/api
tags:
- release.*

jobs:
Job1:
runs-on: ubuntu-latest
steps:
-run: echo "내용...${{ github.repository }}"
-uses: actions/setup-node@v4
Loading

0 comments on commit 942eca0

Please sign in to comment.