Skip to content

Commit

Permalink
Remove old branch
Browse files Browse the repository at this point in the history
  • Loading branch information
johnoliver committed Jun 14, 2024
1 parent 6024373 commit 64fafbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/java-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ name: Build Java Semantic Kernel
on:
workflow_dispatch:
push:
branches: [ "main", "java-development" ]
branches: [ "main" ]
paths:
- 'java/**'
pull_request:
branches: [ "main", "java-development" ]
branches: [ "main" ]
paths:
- 'java/**'

Expand Down

0 comments on commit 64fafbb

Please sign in to comment.