Skip to content

Commit

Permalink
fix packages deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
bbohlender committed Jan 20, 2025
1 parent 8550621 commit 90015e5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,10 @@ on:
push:
tags:
- '*'
branches:
- main

jobs:
deploy-packages:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/') && github.ref_name == 'refs/heads/main'
permissions:
contents: read
steps:
Expand Down

0 comments on commit 90015e5

Please sign in to comment.