Skip to content

Commit

Permalink
feat: add on-release flag to artifactory pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasKoehneckeAA committed Apr 10, 2024
1 parent cbc6631 commit 864b21c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/artifactory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Artifactory Deployment of PyPi and trace-viewer

on:
workflow_dispatch: {}
release:
types: [published]

env:
ARTIFACTORY_URL: https://alephalpha.jfrog.io
Expand Down

0 comments on commit 864b21c

Please sign in to comment.