From dbbebf8a096e1ef6703b47747c342949dcd9d354 Mon Sep 17 00:00:00 2001 From: Agustin Ranieri Date: Fri, 17 Nov 2023 07:58:25 -0300 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b93b00f..58d8d6a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,7 +1,6 @@ name: Create and publish a Docker image # Configures this workflow to run every time a change is pushed to the branch called `main`. -# or manually from Actions tab in GitHub repo page on: push: branches: ['main']