From 01e7d543c28bf168ca0dc73750e4c498e66ef85f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Aleksandrovi=C4=8D=20Klimov?= Date: Wed, 22 Mar 2023 11:48:44 +0100 Subject: [PATCH] Update action.yml --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 88555d6..282bf92 100644 --- a/action.yml +++ b/action.yml @@ -27,7 +27,7 @@ runs: docker tag icinga/icingaweb2 "icinga/icingaweb2:$TAG" docker push "icinga/icingaweb2:$TAG" - - if: github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' + - if: github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' || github.event_name == 'push' shell: bash run: | TAG=master @@ -35,7 +35,7 @@ runs: docker tag icinga/icingaweb2 "icinga/icingaweb2:$TAG" docker push "icinga/icingaweb2:$TAG" - - if: github.event_name != 'release' && github.event_name != 'workflow_dispatch' && github.event_name != 'schedule' + - if: github.event_name != 'release' && github.event_name != 'workflow_dispatch' && github.event_name != 'schedule' && github.event_name != 'push' shell: bash run: | '${{ github.action_path }}/build.bash' . snapshot