-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Peter Macdonald <[email protected]>
- Loading branch information
1 parent
ef74d0b
commit 895e702
Showing
2 changed files
with
11 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,19 @@ | ||
backend: | ||
- plugins/open-feedback-backend/**/* | ||
changed-files: | ||
any-glob-to-any-file: ['plugins/open-feedback-backend/**/*'] | ||
|
||
frontend: | ||
- plugins/open-feedback-frontend/**/* | ||
changed-files: | ||
any-glob-to-any-file: ['plugins/open-feedback-frontend/**/*'] | ||
|
||
common: | ||
- plugins/open-feedback-common/**/* | ||
changed-files: | ||
any-glob-to-any-file: ['plugins/open-feedback-common/**/*'] | ||
|
||
cicd: | ||
- .github/workflows/**/* | ||
changed-files: | ||
any-glob-to-any-file: ['.github/workflows/**/*'] | ||
|
||
documentation: | ||
- docs/**/* | ||
- README.md | ||
changed-files: | ||
any-glob-to-any-file: ['docs/**/*', 'README.md'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,4 +43,4 @@ jobs: | |
yarn prettier:check | ||
# - name: Run Tests | ||
# run: yarn test:all | ||
# run: yarn test:all |