Browse Source

Update validate.yml

tags/v4.1.0-rc1
Luigi F. Cruz 3 years ago
committed by GitHub
parent
commit
08eac845f4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .github/workflows/validate.yml

+ 2
- 2
.github/workflows/validate.yml View File

@@ -1,4 +1,4 @@
on: ['pull_request']
on: ['pull_request', 'push']


name: Build & Validate Image name: Build & Validate Image


@@ -39,4 +39,4 @@ jobs:
- name: Delete Image - name: Delete Image
id: delete_image id: delete_image
run: | run: |
rm ${{ env.working-directory }}/deploy/${{ steps.builder.outputs.filename }}
rm ${{ env.working-directory }}/deploy/${{ steps.builder.outputs.filename }}

Loading…
Cancel
Save