Skip to content

Commit ed17781

Browse files
committed
Fixing branch rename
1 parent dfdd556 commit ed17781

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88
env:
99
DOTNET_NOLOGO: true
@@ -28,7 +28,7 @@ jobs:
2828
run: ./Build.ps1
2929
shell: pwsh
3030
- name: Push to MyGet
31-
if: github.ref == 'refs/heads/master'
31+
if: github.ref == 'refs/heads/main'
3232
env:
3333
NUGET_URL: https://f.feedz.io/lucky-penny-software/mediatr/nuget/index.json
3434
NUGET_API_KEY: ${{ secrets.FEEDZIO_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)