Skip to content

Commit

Permalink
Fix pages branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
qtc-de committed Jun 26, 2024
1 parent d5657d1 commit 1ab2e28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish JavaDoc
on:
push:
branches:
- main
- master
paths:
- src/**
- .github/workflows/pages.yml
Expand All @@ -18,6 +18,7 @@ concurrency:
cancel-in-progress: false

jobs:

build:
runs-on: ubuntu-latest

Expand Down
1 change: 1 addition & 0 deletions src/config.properties
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,5 @@ DGC_METHOD = clean
REG_METHOD = lookup
SERIAL_VERSION_UID = 2
PAYLOAD_SERIAL_VERSION_UID = 2

RMI_PORTS = 706,999,1030,1035,1090,1098,1099,1100-1103,1129,1199,1234,1440,1981,2199,2809,3273,3333,3900,4443-4446,5520,5521,5580,5999,6060,6789,6996,7700,7800,7801,7878,7890,8050,8051,8085,8091,8205,8303,8642,8686,8701,8888-8890,8901-8903,8999,9001,9003-9010,9050,9090,9099,9300,9500,9711,9809,9810-9815,9875,9910,9991,9999,10001,10098,10099,10162,10990,11001,11099,11333,12000,13013,14000,15000,15001,15200,16000,17200,18980,20000,23791,26256,31099,32913,33000,37718,45230,47001,47002,50050,50500-50504

0 comments on commit 1ab2e28

Please sign in to comment.