Skip to content

Commit daf9623

Browse files
committed
Only run maven package if we are not deploying.
1 parent 2a99248 commit daf9623

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -735,6 +735,7 @@ jobs:
735735
server-password: MAVEN_PASSWORD
736736

737737
- name: Package
738+
if: ${{ github.event_name != 'push' || github.event_name != 'release' }}
738739
run: |
739740
mvn \
740741
--batch-mode \

0 commit comments

Comments
 (0)