From 2036fffffd0e24b7458e724b9084ae99c9507c64 Mon Sep 17 00:00:00 2001 From: MattKC <34096995+itsmattkc@users.noreply.github.com> Date: Sun, 11 Jun 2023 22:50:01 -0700 Subject: [PATCH] ci: remove "branches" from pull_request event [skip ci] The CI for the PR I just made isn't running and I'm wondering if this is why. There probably aren't many instances where we'll have a non-master PR anyway. --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9eeebb390..96cab44e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,8 +11,6 @@ on: - 'CONTRIBUTING.md' - 'README.md' pull_request: - branches: - - master paths-ignore: - '.github/ISSUE_TEMPLATE/**' - '.github/FUNDING.yml'