From 8a91a656709a9fff7bfaaf24a101cbc02f5c15c5 Mon Sep 17 00:00:00 2001 From: Yukino Date: Tue, 9 Jun 2020 10:10:43 +0800 Subject: [PATCH] [ops] remove docker build check in PR [ops] remove docker build check in PR --- .github/workflows/docker-image.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 9bc0ac57..69ed35be 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -3,8 +3,6 @@ name: Docker Image CI on: push: branches: [ master ] - pull_request: - branches: [ master ] jobs: