From c90fad4b31b675f320868ea5f05dfe7e7b5666ec Mon Sep 17 00:00:00 2001 From: Nicolas Chan Date: Thu, 3 Jun 2021 21:51:01 -0700 Subject: [PATCH] Update docker.yml --- .github/workflows/docker.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index b51304a..158cdef 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -5,8 +5,6 @@ name: Docker # Controls when the action will run. on: push: - branches: - - master tags: - 'v*' # Allows you to run this workflow manually from the Actions tab