From 149a7d8495d4e217127617eb60cc89637046f260 Mon Sep 17 00:00:00 2001 From: Nico Kaiser Date: Thu, 8 Aug 2024 09:42:13 +0200 Subject: [PATCH] ci: run on pull requests --- .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 7f4e72a..d37a93e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,9 +4,9 @@ on: push: branches: - main - paths-ignore: - - 'docs/**' - - '*.md' + pull_request: + branches: + - main jobs: test: