From 7a30099db98cae16960ee0e76cb1cc7576577ce1 Mon Sep 17 00:00:00 2001 From: Kabir R Date: Sun, 17 Oct 2021 16:13:56 -0700 Subject: [PATCH] Remove Minify CI from Pull Requests --- .github/workflows/minify.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/minify.yml b/.github/workflows/minify.yml index ca897ba6..f2fc588f 100644 --- a/.github/workflows/minify.yml +++ b/.github/workflows/minify.yml @@ -3,8 +3,6 @@ name: Minify on: push: branches: [ master ] - pull_request: - branches: [ master ] jobs: build: