Skip to content

Commit

Permalink
Add paths to only trigger on source-postgres changes (#26866)
Browse files Browse the repository at this point in the history
* Add paths to only trigger on source-postgres changes
Co-authored-by: nguyenaiden <nguyenaiden@users.noreply.github.com>
  • Loading branch information
nguyenaiden committed May 31, 2023
1 parent de052da commit 88438bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/jacoco_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
pull_request:
branches:
- master
paths:
- "airbyte-integrations/connectors/source-postgres/**"

jobs:
build:
Expand Down

0 comments on commit 88438bc

Please sign in to comment.