Skip to content

Commit

Permalink
update gitaction event
Browse files Browse the repository at this point in the history
Signed-off-by: jooho <jlee@redhat.com>
  • Loading branch information
Jooho committed Jul 13, 2023
1 parent fa6d8b5 commit c2accab
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions .github/workflows/pr-close-image-delete.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
name: Delete quay image on PR closed
on:
pull_request:
types:
- closed
pull_request_target:
types: [ closed ]
branches:
- 'main'
paths-ignore:
- 'LICENSE'
- '**/.gitignore'
- '**.md'
- '**.adoc'
- '*.txt'
- 'Makefile'
- '.github/**'
- 'docs/**'
- 'demo/**'


env:
QUAY_ODH_CAIKIT_TGIS_SERVING_IMAGE_REPO: ${{ secrets.QUAY_ODH_CAIKIT_TGIS_SERVING_IMAGE_REPO }}
Expand Down

0 comments on commit c2accab

Please sign in to comment.