Skip to content

Commit

Permalink
feat(github actions): add branch condition to trigger of Prerelease n…
Browse files Browse the repository at this point in the history
…uget pipeline #8278 (#8279)
  • Loading branch information
msynk authored Aug 10, 2024
1 parent 6f1d1d5 commit 53d6f87
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/prerelease.nuget.org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Prerelease nuget packages
on:
workflow_dispatch:
push:
branches:
- 'develop'
tags:
- 'v-*'

Expand Down

0 comments on commit 53d6f87

Please sign in to comment.