Skip to content

Commit f865d1b

Browse files
author
Mark Brockhoff
committed
test: run pipeline on PR to test it
1 parent 04ba450 commit f865d1b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/publish-testservice.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
name: Build and publish image of Testservice to quay.io
22

33
on:
4-
push:
4+
# ToDo: This trigger should be removed before merging, it's just to test the Workflow
5+
pull_request:
56
branches: ["develop"]
7+
push:
8+
branches: ["main"]
69

710
jobs:
811
quay_publish:

0 commit comments

Comments
 (0)