From 93fa988a9d518359583a0e26d93c603667507d92 Mon Sep 17 00:00:00 2001 From: iphydf Date: Wed, 22 Dec 2021 11:03:13 +0000 Subject: [PATCH] chore: Don't run CI on master branch pushes. All pushes have already been checked in the pull request. This is just duplicate work, wasting GH action runners. --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 395d3a68..ecdfc1b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,8 +1,6 @@ name: ci on: - push: - branches: [master] pull_request: branches: [master]