From 7136db4e47ba10998e74d720d70137a874d76522 Mon Sep 17 00:00:00 2001 From: Maximilian Greve Date: Tue, 17 Oct 2023 13:23:15 +0000 Subject: [PATCH] test workflow run --- .github/workflows/push-image-on-push.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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'