Skip to content

Commit

Permalink
Issue #217: Fix CI triggers again
Browse files Browse the repository at this point in the history
  • Loading branch information
ALRubinger committed Mar 9, 2024
1 parent b4a3734 commit e154d51
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: SDK Kotlin CI

on:
workflow_dispatch:
pull_request:
push:
branches:
- issue-217/maven-build
# Put this back and remove section above before merging to main
#pull_request:
# branches:
# - '*'

jobs:
build:
Expand Down

0 comments on commit e154d51

Please sign in to comment.