Skip to content

Commit

Permalink
Publish release upon seeing a tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed Oct 14, 2023
1 parent e5dad9a commit 16a6e30
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-libraries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- master
tags:
- 'v*'
pull_request:

jobs:
Expand Down Expand Up @@ -94,7 +96,7 @@ jobs:

publish:
name: Publish libraries
needs: [build_manylinux_x86_64, build_musllinux_x86_64]
needs: [build_manylinux_x86_64, build_musllinux_x86_64, build_macosx_x86_64]
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest

Expand Down

0 comments on commit 16a6e30

Please sign in to comment.