Skip to content

Commit 72e1005

Browse files
authored
Update build.yml
1 parent 7662ec8 commit 72e1005

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
name: Build and push Docker image
22
on:
33
push:
4-
paths:
5-
- ci/*
6-
- .github/workflows/*
7-
pull_request:
4+
tags:
5+
- 'v*'
86

97
jobs:
108
build-and-push-docker:

0 commit comments

Comments
 (0)