File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 8484
8585 # Deployment
8686 - name : Deploy
87- if : github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev'
87+ if : github.ref == 'refs/heads/main'
8888 env :
8989 ORG_GRADLE_PROJECT_signingKey : ${{ secrets.MAVENCENTRAL_SIGNINGKEY }}
9090 ORG_GRADLE_PROJECT_signingPassword : ${{ secrets.MAVENCENTRAL_SIGNINGPASS }}
@@ -108,7 +108,7 @@ jobs:
108108
109109 # MavenCentral Staging
110110 - name : MavenCentral Staging
111- if : github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev'
111+ if : github.ref == 'refs/heads/main'
112112 env :
113113 ORG_GRADLE_PROJECT_signingKey : ${{ secrets.MAVENCENTRAL_SIGNINGKEY }}
114114 ORG_GRADLE_PROJECT_signingPassword : ${{ secrets.MAVENCENTRAL_SIGNINGPASS }}
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111### Fixed
1212
1313### Changed
14+ - Updated CI-Pipeline to run task ` Deploy ` and ` Staging ` only for ` Main ` [ #1403 ] ( https://github.com/ie3-institute/PowerSystemDataModel/issues/1403 )
1415
1516## [ 8.1.0] - 2025-07-25
1617
You can’t perform that action at this time.
0 commit comments