Skip to content

Commit

Permalink
Rename GitHub actions and run on release branches (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
brantburnett authored Feb 4, 2023
1 parent 3da3f37 commit 15041ca
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
@@ -1,9 +1,11 @@
name: .NET Core
name: Build

on:
push:
pull_request:
branches: [ main ]
branches:
- main
- release-*

jobs:

Expand Down

0 comments on commit 15041ca

Please # to comment.