Skip to content

Commit

Permalink
ci: remove branches from publish trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
tsinis authored Jan 24, 2025
1 parent 9f631cb commit d11f123
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish_packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: publish_packages

on:
push:
branches: [main]
tags:
- "*-v[0-9]+.[0-9]+.[0-9]+*"
- "[a-z0-9]+_[a-z]+-v[0-9].[0-9].[0-9]"

jobs:
publish:
Expand Down

0 comments on commit d11f123

Please sign in to comment.