From b2435ffea20007e50af4968045185d2e0b534aa2 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Wed, 4 Sep 2024 21:44:27 -0400 Subject: [PATCH] Wrong branch name --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aaad42911..a619833c0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,14 +3,14 @@ name: Continuous Integration on: push: branches: - - "master" + - "trunk" tags: - "*" paths-ignore: - "**.md" pull_request: branches: - - "master" + - "trunk" paths-ignore: - "**.md" workflow_dispatch: