ci: made it run the workflow only on changes to src/ dir on push to main
This commit is contained in:
2
.github/workflows/ci-cd.yml
vendored
2
.github/workflows/ci-cd.yml
vendored
@@ -3,6 +3,8 @@ name: CI/CD
|
||||
on:
|
||||
push:
|
||||
branches: [main, master]
|
||||
paths:
|
||||
- 'src/'
|
||||
pull_request:
|
||||
branches: [main, master]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user