Skip to content

Commit

Permalink
Change update images wf to trigger on pr merge
Browse files Browse the repository at this point in the history
  • Loading branch information
rpoet-jh committed May 17, 2024
1 parent 6d1c1d7 commit 4113829
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/update-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@ name: Update UI Docker image

on:
workflow_dispatch:
push:
branches:
- 'main'
tags-ignore:
- '*'
pull_request:
types:
- closed

jobs:
build:
if: github.repository == 'eclipse-pass/pass-ui'
if: github.event.pull_request.merged == true && github.repository == 'eclipse-pass/pass-ui'
runs-on: ubuntu-latest
timeout-minutes: 10

Expand Down

0 comments on commit 4113829

Please sign in to comment.