Skip to content

Commit

Permalink
Run action on branches and all tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Deadpikle committed Nov 7, 2024
1 parent 905fc28 commit 5ce4b62
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/publish-nuget.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: Build and publish to release
on:
push:
#branches:
# - main # Used for stable releases
# - develop # Used for preview releases
branches:
- main # Used for stable releases
- develop # Used for preview releases
tags:
- '*'
jobs:
publish:
name: Build check for all branches
Expand Down

0 comments on commit 5ce4b62

Please sign in to comment.