Skip to content

Commit

Permalink
Mark deploy as needing build step
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLovering committed Sep 5, 2023
1 parent 56faa27 commit c130193
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
deploy:
name: Deploy to Kubernetes
needs: build
runs-on: ubuntu-latest
if: ${{ github.ref == 'refs/heads/main' }}
steps:
Expand Down

0 comments on commit c130193

Please sign in to comment.