Skip to content

Commit

Permalink
Also run workflow on pushes & PRs to main
Browse files Browse the repository at this point in the history
  • Loading branch information
rmunn committed Jul 17, 2024
1 parent 5c0ed81 commit 8c81c57
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/nuget-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@ name: Build NuGet packages

on:
push:
# Note: main is NOT included here
branches: [ develop ]
branches: [ develop, main ]
tags:
- v*
pull_request:
branches: [ develop ]
branches: [ develop, main ]

jobs:
build:
Expand Down

0 comments on commit 8c81c57

Please sign in to comment.