Skip to content

Commit e459919

Browse files
committed
fixed builds for pull requests
1 parent 7d2ee6b commit e459919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
all: true
4646

4747
- name: Publish snapshot to maven
48-
if: github.event_name == 'push'
48+
# if: github.event_name == 'push'
4949
id: upload
5050
run: ./gradlew publish -PmavenType=snapshots -PmavenUsername=${{ secrets.MAVEN_USER }} -PmavenPassword=${{ secrets.MAVEN_TOKEN }}
5151

0 commit comments

Comments
 (0)