Skip to content

Commit ab5cc5e

Browse files
committed
ci: fix public to repo
also set always run ci when push
1 parent 14a54bb commit ab5cc5e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/dev-ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ on:
77
workflow_call:
88
workflow_dispatch:
99
push:
10-
branches: [ master, dev ]
11-
paths:
12-
- 'src/**'
13-
- 'pom.xml'
10+
# branches: [ master, dev ]
11+
# paths:
12+
# - 'src/**'
13+
# - 'pom.xml'
1414

1515
env:
1616
TZ: 'Asia/Shanghai'
@@ -33,7 +33,7 @@ jobs:
3333
echo "::add-mask::$MAVEN_PASSWORD"
3434
mvn -s .mvn/settings.xml -B deploy -Dversioning.disable --errors
3535
env:
36-
MAVEN_ACCOUNT: '${{ vars.MAVEN_ACCOUNT }}'
36+
MAVEN_ACCOUNT: '${{ secrets.MAVEN_ACCOUNT }}'
3737
MAVEN_PASSWORD: '${{ secrets.MAVEN_PASSWORD }}'
3838
- name: Build Slimefun
3939
run: mvn -B clean package --errors

0 commit comments

Comments
 (0)