From fb84e7248318b4d91d8c33723d1a6c11032c3155 Mon Sep 17 00:00:00 2001 From: costero-e Date: Wed, 9 Oct 2024 18:10:04 +0200 Subject: [PATCH] creating github workflow for package creation --- .github/workflows/push_docker_image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push_docker_image.yml b/.github/workflows/push_docker_image.yml index 17f0d06..e5d412e 100644 --- a/.github/workflows/push_docker_image.yml +++ b/.github/workflows/push_docker_image.yml @@ -1,8 +1,8 @@ name: Create and publish a Docker image on: - pull_request: - branches: ['master'] + push: + branches: ['main'] tags: - 'v*.*.*' env: