Skip to content

Commit

Permalink
.github: fix bulk cdk publish workflow trigger (#43372)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius Posta authored Aug 7, 2024
1 parent 0bf02cf commit 2c5d508
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-bulk-cdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches:
- master
paths:
- "airbyte-cdk/bulk"
- "airbyte-cdk/bulk/**"
workflow_dispatch:
inputs:
build-number:
Expand Down
3 changes: 2 additions & 1 deletion airbyte-cdk/bulk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ It's written in Kotlin and consists of a _core_ and a bunch of _toolkits_:

While the CDK is incubating, its published version numbers are 0.X where X is monotonically
increasing based on the maximum version value found on the maven repository that the jars are
published to.
published to: https://airbyte.mycloudrepo.io/public/repositories/airbyte-public-jars/io/airbyte/bulk-cdk/

Jar publication happens via a github workflow triggered by pushes to the master branch, i.e. after
merging a pull request.

0 comments on commit 2c5d508

Please sign in to comment.