Skip to content

Commit

Permalink
Adjusted CI pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
oskardudycz committed Mar 16, 2024
1 parent 6a2bfe8 commit 2c5969b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,17 @@ on:
- "src/**"
- "!src/docs/**"
- "!src/.vscode/**"

# run it during pull request
pull_request:
paths:
- "src/**"
- "!src/docs/**"
- "!src/.vscode/**"

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

defaults:
run:
working-directory: ./src
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,16 @@ on:
paths:
- "samples/webApi/expressjs-with-esdb"
- "!src/.vscode/**"

# run it during pull request
pull_request:
paths:
- "samples/webApi/expressjs-with-esdb"
- "!src/.vscode/**"

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

defaults:
run:
working-directory: ./src/samples/webApi/expressjs-with-esdb
Expand Down

0 comments on commit 2c5969b

Please sign in to comment.