diff --git a/.github/workflows/push-image-on-push.yml b/.github/workflows/push-image-on-push.yml index 0be04d758..63ef28fc4 100644 --- a/.github/workflows/push-image-on-push.yml +++ b/.github/workflows/push-image-on-push.yml @@ -2,8 +2,7 @@ name: 'Image to GHCR on push' on: workflow_run: - workflows: ['All static tests on every push'] - types: [completed] + workflows: ["All static tests on every push"] branches-ignore: - 'main'