Skip to content

Commit 759ee92

Browse files
committedMar 6, 2024·
Merge branch 'main' into elk-main
2 parents 1ce913e + 0f009e0 commit 759ee92

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+141
-270
lines changed
 

‎.github/workflows/docker.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: build & push docker container
22
on:
33
push:
4-
branches:
5-
- main
64
tags:
75
- '*'
86
pull_request:

‎.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ permissions:
66
on:
77
push:
88
tags:
9-
- 'v*'
9+
- '*'
1010

1111
jobs:
1212
release:

0 commit comments

Comments
 (0)
Please sign in to comment.