From 292d1d7b632dfd8a69911ea881b536e901cf6e9e Mon Sep 17 00:00:00 2001 From: "Ole Mathias Aa. Heggem" Date: Sun, 22 Sep 2024 22:28:44 +0200 Subject: [PATCH] fix: trigger ci actions on pull requests (#15) --- .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 779f6be..986f160 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: build-test: