From d33c257f6cfd1a68063382fb46c3d413f084332d Mon Sep 17 00:00:00 2001 From: Edwin Betancourt Date: Thu, 19 Aug 2021 07:58:26 -0400 Subject: [PATCH] feat: Add docker image to main branches. (#1081) --- .github/workflows/push-image.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/push-image.yml b/.github/workflows/push-image.yml index 8f53829a..20a8ea1d 100644 --- a/.github/workflows/push-image.yml +++ b/.github/workflows/push-image.yml @@ -1,5 +1,5 @@ # This workflow will run tests using node and then publish a package to GitHub Container Registry and Docker Hub Regitry when a pushed into main branches -# This file was contributed by Edwin Betancourt from ERP Consultores y Asociados, C.A +# This file was contributed by EdwinBetanc0urt@outlook.com from ERP Consultores y Asociados, C.A name: Push Main Branches @@ -8,6 +8,10 @@ on: push: branches: - develop + - master + - window-redefinition + paths-ignore: + - 'docs/**' jobs: