Skip to content

Commit 2cebb3e

Browse files
committed
ci: change GitHub Actions trigger
1 parent dcf11ee commit 2cebb3e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-and-push.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Build and Push Docker Images
22

33
on:
44
push:
5-
branches:
6-
- dev
7-
# tags:
8-
# - "v*"
5+
# branches:
6+
# - dev
7+
tags:
8+
- "v*"
99
# pull_request:
1010
# branches:
1111
# - main

0 commit comments

Comments
 (0)