From 08eac845f4961aeb7b9524bc0e81223ea8d9128a Mon Sep 17 00:00:00 2001 From: "Luigi F. Cruz" Date: Sun, 2 Aug 2020 19:19:07 -0300 Subject: [PATCH] Update validate.yml --- .github/workflows/validate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 3f58f75..1b37a18 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -1,4 +1,4 @@ -on: ['pull_request'] +on: ['pull_request', 'push'] name: Build & Validate Image @@ -39,4 +39,4 @@ jobs: - name: Delete Image id: delete_image run: | - rm ${{ env.working-directory }}/deploy/${{ steps.builder.outputs.filename }} \ No newline at end of file + rm ${{ env.working-directory }}/deploy/${{ steps.builder.outputs.filename }}