Skip to content

Commit

Permalink
GH-502: Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikfroehling authored Jul 5, 2023
1 parent cb50a1d commit bf99937
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 @@ -137,13 +137,13 @@ jobs:
path: 'release/'

- name: Push NuGet package to Github Package Registry
if: ${{ !contains(github.ref, 'pull') && github.actor != 'dependabot[bot]' }}
if: ${{ !contains(github.ref, 'pull') && ${{ !contains(github.ref, 'epic') && github.actor != 'dependabot[bot]' }}
run: dotnet nuget push '**/Trakt.NET*.nupkg'
working-directory: 'Source'

docs:
needs: [environment-check]
if: ${{ !contains(github.ref, 'pull') && github.actor != 'dependabot[bot]' }}
if: ${{ !contains(github.ref, 'pull') && ${{ !contains(github.ref, 'epic') && github.actor != 'dependabot[bot]' }}
runs-on: windows-latest
permissions:
contents: write
Expand Down

0 comments on commit bf99937

Please sign in to comment.