mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACA-4649] release workflow fixes (#3041)
* release workflow fixes * fix release triggering on push to master * cleanup
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -15,6 +15,9 @@ on:
|
||||
- master
|
||||
- develop-patch*
|
||||
- master-patch*
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
env:
|
||||
APP_CONFIG_ECM_HOST: ${{ secrets.PIPELINE_ENV_URL }}
|
||||
@@ -37,6 +40,7 @@ env:
|
||||
APP_CONFIG_OAUTH2_REDIRECT_LOGOUT: /
|
||||
APP_CONFIG_OAUTH2_REDIRECT_LOGIN: /
|
||||
APP_CONFIG_OAUTH2_REDIRECT_SILENT_IFRAME_URI: "{protocol}//{hostname}{:port}/assets/silent-refresh.html"
|
||||
REPO_SLUG: "alfresco/alfresco-content-app"
|
||||
|
||||
jobs:
|
||||
publish-docker-registry:
|
||||
|
Reference in New Issue
Block a user