Skip to content

Commit

Permalink
release-libs on new release tags or manually
Browse files Browse the repository at this point in the history
  • Loading branch information
plebhash committed Aug 30, 2024
1 parent 894913e commit c7916d0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release-libs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@
name: Release Libs

on:
# Manually run by going to "Actions/Release" in Github and running the workflow
workflow_dispatch:
# every time a new release tag is created
push:
branches:
- main
tags:
- "v*.*.*"

jobs:
libs_publish:
Expand Down

0 comments on commit c7916d0

Please sign in to comment.