Skip to content

Commit

Permalink
chore: make releases work
Browse files Browse the repository at this point in the history
  • Loading branch information
nirga committed Jan 11, 2024
1 parent 21b6578 commit 63e6b9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Release - Traceloop SDK & Standalone Instrumentations

on:
workflow_dispatch:
pull_request:

jobs:
release:
Expand Down
2 changes: 1 addition & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = {extends: ['@commitlint/config-conventional']}
module.exports = { extends: ["@commitlint/config-conventional"] };

0 comments on commit 63e6b9e

Please sign in to comment.