We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 906adc8 + 6b498b0 commit 13398fbCopy full SHA for 13398fb
.github/workflows/docker-develop.yml
@@ -4,10 +4,10 @@ on:
4
push:
5
branches:
6
- develop
7
- - eucaim-datamodel
8
pull_request:
9
10
+ workflow_dispatch:
11
jobs:
12
build:
13
# Necessary after this repository was renamed from samply/lens-web-components to samply/lens
.github/workflows/docker.yml
@@ -7,6 +7,7 @@ on:
# Build then a new version is tagged
tags:
- 'v*.*.*'
- main
0 commit comments