Skip to content

Commit

Permalink
ci: Trigger build on PR push
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanRynne committed May 24, 2024
1 parent cceee58 commit 8b52f5b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ name: .NET Build and Publish

on:
push:
branches: ["main"]

branches: ["main", "dev"]
pull_request:
branches: ["dui3/alpha"]

jobs:
build-and-publish:
runs-on: windows-latest
Expand Down

0 comments on commit 8b52f5b

Please sign in to comment.