From: Robert Sesek Date: Thu, 5 Aug 2021 04:40:59 +0000 (-0400) Subject: Do not run the CI workflow on pull requests. X-Git-Tag: v2.1.0~4 X-Git-Url: https://src.bluestatic.org/?a=commitdiff_plain;h=6ab69491fb0f742e6dc1e78a7614868bfb29b429;p=mailpopbox.git Do not run the CI workflow on pull requests. There's a separate PR workflow that does fewer tasks. --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43278b9..4ceea8a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,8 +3,6 @@ name: CI on: push: branches: [ master ] - pull_request: - branches: [ master ] jobs: build: