Skip to content

Commit a90678c

Browse files
committed
Fix "master"->"3.x" for 2.19/CI too (being default branch gets used)
1 parent adf6fec commit a90678c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upstream-dispatch-v3.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Checkout current branch (full)
1616
uses: actions/checkout@v4
1717
with:
18-
ref: master
18+
ref: 3.x
1919
fetch-depth: 0
2020

2121
- name: Setup sbt

0 commit comments

Comments
 (0)