From ff445fc9ad392183a0a65c8f6a96464716c0697d Mon Sep 17 00:00:00 2001 From: Bulat Saifullin Date: Sun, 31 May 2020 18:56:10 +0300 Subject: [PATCH] Update dockerimage.yml --- .github/workflows/dockerimage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dockerimage.yml b/.github/workflows/dockerimage.yml index d71f528..7756bce 100644 --- a/.github/workflows/dockerimage.yml +++ b/.github/workflows/dockerimage.yml @@ -3,7 +3,7 @@ name: Check vm on: push: branches: [ master ] - tags: + tags: ['*'] pull_request: branches: [ master ]