From 5ea7e580d39ac0d9c46088b7bf720fb0a9c0c56c Mon Sep 17 00:00:00 2001 From: "Ole Mathias Aa. Heggem" Date: Sun, 22 Sep 2024 22:22:36 +0200 Subject: [PATCH] fix: trigger ci actions on pull requests (#17) --- .github/workflows/ci.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1eb895c..2f37773 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,11 +1,10 @@ name: ci on: - push: - branches: - - '*' - - '!main' + pull_request: + types: [ opened, reopened, synchronize, edited ] workflow_call: + workflow_dispatch: jobs: pre-commit: