Skip to content

Commit

Permalink
Update pull_request_workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sbelondr authored May 23, 2024
1 parent e07dae0 commit 6f84e3d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pull_request_workflow.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Docker Image CI
name: Pull Request CI

on:
pull_request:
branches: [ "main" ]
types: [submitted, edited]
workflow_dispatch:
inputs:
logLevel:
Expand Down Expand Up @@ -82,4 +83,4 @@ jobs:
run: docker build kibana -t citelibre/rendezvous:kibana-$VERSION

- name: build elasticsearch
run: docker build elasticsearch -t citelibre/rendezvous:elasticsearch-$VERSION
run: docker build elasticsearch -t citelibre/rendezvous:elasticsearch-$VERSION

0 comments on commit 6f84e3d

Please sign in to comment.