From cdc08dfe0406ae52655e45835ff5718808d09768 Mon Sep 17 00:00:00 2001 From: dreid Date: Tue, 8 Feb 2022 09:35:07 -0800 Subject: [PATCH] Build on trunk and PRs that target trunk --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 51c9c787..23a34296 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [ master ] + branches: [ trunk ] pull_request: - branches: [ master ] + branches: [ trunk ] jobs: lint: