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 }}