Skip to content

Commit

Permalink
Merge pull request #2097 from solliancenet/mg-trigger-on-release-branch
Browse files Browse the repository at this point in the history
Automating builds on creation of and commits to release branches
  • Loading branch information
ciprianjichici authored Dec 19, 2024
2 parents 670a207 + 6dc4e62 commit 697f033
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Pre-release Build
on:
push:
branches:
- main
- release/**
workflow_dispatch:
inputs: {}

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish-nuget.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Publish NuGet & PyPi Packages

on:
push:
branches:
- release/**
workflow_dispatch:

env:
Expand Down

0 comments on commit 697f033

Please sign in to comment.