Skip to content

Commit

Permalink
add a stub to test a java cdk workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
c-p-b committed Jul 25, 2023
1 parent fb7cacb commit 5da3a15
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/java_cdk.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: "Java CDK CI"

on:
pull_request:
types:
- opened
- synchronize
- ready_for_review
paths:
- '.github/workflows/java_cdk.yml'
- 'airbyte-ci/java-cdk/**'
- 'airbyte-ci/java/**'
workflow_dispatch:

0 comments on commit 5da3a15

Please sign in to comment.