Skip to content

Commit 13398fb

Browse files
authored
Merge pull request #9 from samply/develop
Fix catalogue URL and add manual CI/CD trigger
2 parents 906adc8 + 6b498b0 commit 13398fb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/docker-develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ on:
44
push:
55
branches:
66
- develop
7-
- eucaim-datamodel
87
pull_request:
98
branches:
109
- develop
10+
workflow_dispatch:
1111
jobs:
1212
build:
1313
# Necessary after this repository was renamed from samply/lens-web-components to samply/lens

.github/workflows/docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
# Build then a new version is tagged
88
tags:
99
- 'v*.*.*'
10+
workflow_dispatch:
1011
pull_request:
1112
branches:
1213
- main

0 commit comments

Comments
 (0)