Skip to content

Commit 95023f1

Browse files
committed
Run dependency-submission only on the main branch
1 parent 342f070 commit 95023f1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
jdk-versions: 17-temurin
2323

2424
dependency-submission:
25+
if: github.ref == 'refs/heads/main'
2526
strategy:
2627
matrix:
2728
os: [ubuntu-latest, macos-latest, windows-latest]

0 commit comments

Comments
 (0)