Skip to content

Commit 5fffbff

Browse files
committed
Update branch github workflow file
1 parent ad6d3bd commit 5fffbff

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/docker-build.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
name: docker-build
22
on:
33
pull_request: {}
4+
create:
5+
tags:
6+
- "**"
47
push:
5-
# branches:
6-
# - "elx-vault-main"
8+
branches:
9+
- "elx-vault-main"
710
tags:
8-
- ELX.*
11+
- "**"
912

1013
env:
1114
IMAGE_NAME: elx-vault

0 commit comments

Comments
 (0)