Skip to content

Commit

Permalink
.github/workflows/ci.yml: build and push image after generating SCIP …
Browse files Browse the repository at this point in the history
…data
  • Loading branch information
davidrjenni committed Oct 26, 2023
1 parent e1c3063 commit ab832c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:

deploy:
name: Build and push image
needs: [test, lint-phpstan, lint-phpcs]
needs: [scip]
if: |
github.repository == 'davidrjenni/scip-php' &&
(github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v'))
Expand Down

0 comments on commit ab832c2

Please sign in to comment.