From 2cfde0953437069ce6aaa6eef6c879f6c2e75e19 Mon Sep 17 00:00:00 2001 From: heswithme Date: Fri, 27 Sep 2024 18:30:23 +0200 Subject: [PATCH] chore: trigger tests on pr --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 90ec75f..48c3ad8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,6 +1,6 @@ name: CI -on: [push] +on: [push, pull_request] env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}