Feat: [main] cicd 할 때 md 파일 변화는 제외하기
All checks were successful
hufs-notice-crawler-cicd / build_push_deploy (push) Successful in 5m50s

This commit is contained in:
sm4640
2026-03-26 00:38:52 +09:00
parent ca460453af
commit aa6c3f8e37
2 changed files with 72 additions and 0 deletions

View File

@@ -3,6 +3,8 @@ name: hufs-notice-crawler-cicd
on:
push:
branches: ["main"]
paths-ignore:
- "**/*.md"
jobs:
build_push_deploy: