From 4f9484f5ab935781c4bbbcc778860ad0887eeaaa Mon Sep 17 00:00:00 2001 From: Erik Ekman Date: Sun, 30 Jun 2024 22:01:59 +0200 Subject: [PATCH] Run ci job on github pull requests --- .github/workflows/ci-linux.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index 6c3e5a98..2f2413cd 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -3,6 +3,8 @@ name: CI on: push: branches: [master] + pull_request: + branches: '*' jobs: build: