From a9f9c0af48eb1226e16fb1437e48df5b74af6c7c Mon Sep 17 00:00:00 2001 From: Dongsu Park Date: Tue, 17 Oct 2023 17:28:57 +0200 Subject: [PATCH] .github: run CI also when trunk branch is pushed --- .github/workflows/ci.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 57180e1..ecfe428 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,6 +1,11 @@ name: "Run CI" on: + push: + branches: + - trunk pull_request: + branches: + - trunk jobs: build-test: