From 55a99cd429ea4111818d7110ca676e49fb14c58a Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sun, 15 Sep 2024 12:48:01 -0400 Subject: [PATCH] Fix 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 d050501..f54bf86 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,14 +3,14 @@ name: Continuous Integration on: push: branches: - - "trunk" + - "master" tags: - "*" paths-ignore: - "**.md" pull_request: branches: - - "trunk" + - "master" paths-ignore: - "**.md" workflow_dispatch: