Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Takasakiii committed Jun 28, 2024
1 parent 0f503d9 commit a2d0914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# run: dotnet test --verbosity normal

publish_github:
needs: [ test ]
needs: [ build ]
environment: 'Production'
runs-on: ubuntu-latest
if: github.ref_name == 'dotnet6' && github.event_name == 'push'
Expand Down

0 comments on commit a2d0914

Please sign in to comment.