Skip to content

Commit

Permalink
add CI to release libraries (#72)
Browse files Browse the repository at this point in the history
* add CI to release libraries

* update CODEOWNERS
  • Loading branch information
lucabello authored Jan 23, 2023
1 parent d160759 commit 8306ecf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/workflows/release-libs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Release Libraries

on:
push:
branches:
- main

jobs:
release-libs:
uses: canonical/observability/.github/workflows/release-libs.yaml@main
secrets: inherit
2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @sed-i @abuelodelanada @rbarry82 @balbirthomas @dstathis @simskij
* @sed-i @abuelodelanada @rbarry82 @lucabello @pietropasotti @dstathis @simskij

0 comments on commit 8306ecf

Please sign in to comment.