From b4a3734cb0e35bb11a24c4850f0856033198f32a Mon Sep 17 00:00:00 2001 From: Andrew Lee Rubinger Date: Sat, 9 Mar 2024 00:30:57 -0800 Subject: [PATCH] Issue #217: Only trigger CI build once, on this branch --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e23bcb92..7ad2f56e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,12 +2,9 @@ name: SDK Kotlin CI on: workflow_dispatch: - push: - branches: - - issue-217/maven-build pull_request: branches: - - '*' + - issue-217/maven-build jobs: build: