From 0e4bc655ef5b31d459560dc19b512be44193480b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Omar=20Vergara=20P=C3=A9rez?= Date: Wed, 3 Jan 2024 15:01:04 -0600 Subject: [PATCH] test(actions): deploy on push for testing purposes might delete later --- .github/workflows/deploy_image.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/deploy_image.yml b/.github/workflows/deploy_image.yml index 666a954..179b99f 100644 --- a/.github/workflows/deploy_image.yml +++ b/.github/workflows/deploy_image.yml @@ -2,8 +2,6 @@ name: Deploy Morphos Server Container Image on: push: - branches: - - main env: GO_VERSION: 1.21.5