Skip to content

Commit

Permalink
Issue #217: Only trigger CI build once, on this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ALRubinger committed Mar 9, 2024
1 parent 18efe73 commit b4a3734
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b4a3734

Please sign in to comment.