Skip to content

Commit

Permalink
feat: disable CodeArtifact publishing, enable CodeCov publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
maxday committed Aug 6, 2024
1 parent e57a1e8 commit b874f5f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:
branches: [ main ]
paths:
- 'aws-lambda-java-runtime-interface-client/**'
- '.github/workflows/runtime-interface-client_merge_to_main.yml'
workflow_dispatch:

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/runtime-interface-client_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
paths:
- 'aws-lambda-java-runtime-interface-client/**'
- '.github/workflows/runtime-interface-client_pr.yml'
- '.github/workflows/runtime-interface-client_merge_to_main.yml'

jobs:

Expand Down

0 comments on commit b874f5f

Please sign in to comment.