Skip to content

Commit

Permalink
Setup branches...
Browse files Browse the repository at this point in the history
  • Loading branch information
drasticactions committed Sep 13, 2024
1 parent c6a2f02 commit 82416f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ name: Nuget
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "main", v* ]
branches: [ "main", release-*, develop-* ]
pull_request:
branches: [ "main", v* ]
branches: [ "main", release-*, develop-* ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
3 changes: 1 addition & 2 deletions GitVersion.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
workflow: GitHubFlow/v1
next-version: 1.9.0
workflow: GitFlow/v1
assembly-file-versioning-format: '{Major}.{Minor}.{Patch}.{CommitsSinceVersionSource ?? 0}'
assembly-informational-format: '{Major}.{Minor}.{Patch}.{CommitsSinceVersionSource ?? 0}-{BranchName}-{Sha}'

0 comments on commit 82416f2

Please sign in to comment.