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 @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313- Fixed small issues in tests [ #1400 ] ( https://github.com/ie3-institute/PowerSystemDataModel/issues/1400 )
1414
1515### Changed
16+ - Updated CI-Pipeline to run task ` Deploy ` and ` Staging ` only for ` Main ` [ #1403 ] ( https://github.com/ie3-institute/PowerSystemDataModel/issues/1403 )
1617
1718## [ 8.1.0] - 2025-07-25
1819
You can’t perform that action at this time.
0 commit comments