From 2ad15a3e82faed23a61532225655b0174f1b692c Mon Sep 17 00:00:00 2001 From: Bulat Saifullin Date: Sun, 31 May 2020 20:09:43 +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 9e8100f..b2f71bd 100644 --- a/.github/workflows/dockerimage.yml +++ b/.github/workflows/dockerimage.yml @@ -11,7 +11,7 @@ on: jobs: ubuntu1: - if: (${{ github.ref == 'refs/heads/master'}} || startsWith( github.ref, '/refs/tags/' ) ) + if: ${{ github.ref == 'refs/heads/master' || startsWith( github.ref, '/refs/tags/' ) }} runs-on: ubuntu-latest steps: - uses: actions/checkout@v2