Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
renamed master to main
  • Loading branch information
mhusinsky authored Nov 12, 2023
1 parent 26d207b commit 5673220
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: push_nuget
on:
push:
branches:
- master
- main
paths-ignore:
- README.md

Expand All @@ -22,4 +22,4 @@ jobs:
uses: vvvv/PublishVLNuget@1.0.42
with:
nuspec: deployment\VL.Devices.StreamDeck.nuspec
nuget-key: ${{ secrets.NUGET_KEY }}
nuget-key: ${{ secrets.NUGET_KEY }}

0 comments on commit 5673220

Please sign in to comment.