Feat: [main] cicd 할 때 md 파일 변화는 제외하기
All checks were successful
hufs-notice-crawler-cicd / build_push_deploy (push) Successful in 5m50s
All checks were successful
hufs-notice-crawler-cicd / build_push_deploy (push) Successful in 5m50s
This commit is contained in:
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -3,6 +3,8 @@ name: hufs-notice-crawler-cicd
|
||||
on:
|
||||
push:
|
||||
branches: ["main"]
|
||||
paths-ignore:
|
||||
- "**/*.md"
|
||||
|
||||
jobs:
|
||||
build_push_deploy:
|
||||
|
||||
Reference in New Issue
Block a user