From 3888a29bb11f7568797d8b1c2a1f7d4a11b461d5 Mon Sep 17 00:00:00 2001 From: Techno Tim Date: Sat, 27 Jan 2024 15:35:47 -0600 Subject: [PATCH] fix(ci): only run CI for PRs (#430) * fix(ci): only run CI for PRs * fix(ci): ensure that branch is up to date * fix(ci): ensure that branch is up to date --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 77f9333..c47ece0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: "CI" on: pull_request: - push: - branches: - - master + types: + - opened + - synchronize paths-ignore: - '**/README.md' jobs: