Skip to content

Commit

Permalink
Change workflow to trigger on PR on any branch (#453)
Browse files Browse the repository at this point in the history
Actions will still be triggered on push to main but this change will
allow for triggers on PRs on any branch.
  • Loading branch information
trumully authored Nov 23, 2024
1 parent 03b052b commit 08ecde1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: .NET

on:
push:
branches: [ main, upstream ]
branches: [ main ]
pull_request:
branches: [ main, upstream ]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 08ecde1

Please sign in to comment.