Skip to content

Commit

Permalink
ci: Update branch name to main after rename
Browse files Browse the repository at this point in the history
ci: Fix missed branch name
  • Loading branch information
alexmg committed Aug 21, 2024
1 parent ca34a5a commit 2c94b26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
on:
push:
branches:
- master
- main
- develop
pull_request:
branches:
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
--api-key ${{ secrets.GITHUB_TOKEN }}
- name: Publish NuGet packages to NuGet.org
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
run: |
dotnet nuget push '**/*.nupkg' \
--source 'https://api.nuget.org/v3/index.json' \
Expand Down

0 comments on commit 2c94b26

Please sign in to comment.