fix: corrected indent on paths specification
This commit is contained in:
4
.github/workflows/ci-cd.yml
vendored
4
.github/workflows/ci-cd.yml
vendored
@@ -3,8 +3,8 @@ name: CI/CD
|
||||
on:
|
||||
push:
|
||||
branches: [main, master]
|
||||
paths:
|
||||
- 'src/'
|
||||
paths:
|
||||
- 'src/'
|
||||
pull_request:
|
||||
branches: [main, master]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user