fix: made it detect any change inside src folder and only run then
This commit is contained in:
2
.github/workflows/ci-cd.yml
vendored
2
.github/workflows/ci-cd.yml
vendored
@@ -4,7 +4,7 @@ on:
|
||||
push:
|
||||
branches: [main, master]
|
||||
paths:
|
||||
- 'src/'
|
||||
- 'src/**'
|
||||
pull_request:
|
||||
branches: [main, master]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user