Skip to content

Commit

Permalink
build: 只有 app 目录下的文件发生变化才会触发 DEV 工作流
Browse files Browse the repository at this point in the history
  • Loading branch information
Akimio521 committed Nov 2, 2024
1 parent 54bf8ec commit 83f0229
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
push:
branches:
- main
paths:
- app/*

jobs:
Dev-Docker-Builder:
Expand Down

0 comments on commit 83f0229

Please sign in to comment.