aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joseph Garrone <[email protected]>2024-06-16 18:40:28 +0200
committerGravatar Joseph Garrone <[email protected]>2024-06-16 18:40:28 +0200
commitd3a9a41dbabf83bc01bd1f0162b136f362264db9 (patch)
tree28c0098852a5636655ccf4f4f58fb962b0b116de
parentUpdate keycloakify (diff)
Update
-rw-r--r--.github/workflows/ci.yaml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 1431211..04eba5d 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -35,8 +35,7 @@ jobs:
create_github_release:
runs-on: ubuntu-latest
needs: check_if_version_upgraded
- # We create a release only if the version have been upgraded and we are on a default branch
- if: needs.check_if_version_upgraded.outputs.is_upgraded_version == 'true' && github.event_name == 'push'
+ if: needs.check_if_version_upgraded.outputs.is_upgraded_version == 'true'
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4