From 16f2e9926cd4a21517b7797214ece8607fff5d75 Mon Sep 17 00:00:00 2001 From: Joakim Carlstein Date: Wed, 15 Nov 2023 11:30:51 +0100 Subject: [PATCH] ci: always run CI checks for pull requests --- .github/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5a59824..297a9f3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -4,7 +4,6 @@ on: push: branches: ['main'] pull_request: - types: [opened, synchronize] jobs: build: