Skip to content

Commit

Permalink
Run CI on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Deadpikle committed Sep 15, 2023
1 parent f05accd commit 4577552
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Build and publish to nuget
on:
push:
branches:
- "*"
- main # Used for stable releases
- develop # Used for preview releases
pull_request:
jobs:
build:
name: Build check for all branches
Expand Down

0 comments on commit 4577552

Please sign in to comment.